Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-19 06:54:48 +00:00
parent a161e3aa86
commit 2d980cc96d
12 changed files with 85 additions and 53 deletions

View File

@ -1,9 +0,0 @@
## [openvscode-server-5.0.32](https://github.com/truecharts/charts/compare/openvscode-server-5.0.31...openvscode-server-5.0.32) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))

View File

@ -4,6 +4,15 @@
## [openvscode-server-5.0.33](https://github.com/truecharts/charts/compare/openvscode-server-5.0.32...openvscode-server-5.0.33) (2023-07-19)
### Chore
- update container image tccr.io/truecharts/openvscode-server to v1.80.1 ([#10606](https://github.com/truecharts/charts/issues/10606))
## [openvscode-server-5.0.32](https://github.com/truecharts/charts/compare/openvscode-server-5.0.31...openvscode-server-5.0.32) (2023-07-01)
### Chore
@ -88,12 +97,3 @@
- update container image tccr.io/truecharts/openvscode-server to v1.79.1 ([#9674](https://github.com/truecharts/charts/issues/9674))
- update container image tccr.io/truecharts/openvscode-server to v1.78.2 ([#9627](https://github.com/truecharts/charts/issues/9627))
## [openvscode-server-5.0.29](https://github.com/truecharts/charts/compare/openvscode-server-5.0.27...openvscode-server-5.0.29) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/openvscode-server to v1.79.1 ([#9674](https://github.com/truecharts/charts/issues/9674))
- update container image tccr.io/truecharts/openvscode-server to v1.78.2 ([#9627](https://github.com/truecharts/charts/issues/9627))

View File

@ -1,8 +1,8 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: openvscode-server
version: 5.0.32
appVersion: "1.79.2"
version: 5.0.33
appVersion: "1.80.1"
description: Openvscode-server provides a version of VS Code that runs a server on a remote machine.
type: application
deprecated: false

View File

@ -0,0 +1,9 @@
## [openvscode-server-5.0.33](https://github.com/truecharts/charts/compare/openvscode-server-5.0.32...openvscode-server-5.0.33) (2023-07-19)
### Chore
- update container image tccr.io/truecharts/openvscode-server to v1.80.1 ([#10606](https://github.com/truecharts/charts/issues/10606))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/openvscode-server
pullPolicy: IfNotPresent
tag: v1.79.2@sha256:dce0172e1ae31f6ce302567368151c2a0239c47e58c55d095d2e9666280abd0c
tag: v1.80.1@sha256:6746c622e04a09de20b1d5c09ee839fe69b15abea985f9f1d66824a97eccf1da
# secretEnv:
# CONNECTION_TOKEN: "somerandomstring"
# CONNECTION_SECRET: ""

View File

@ -573,14 +573,6 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
@ -589,27 +581,36 @@ questions:
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
- variable: enabled
label: enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value</br>
Format should be 3 digits, e.g. 770
schema:
type: string
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@ -685,13 +686,44 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "=", "hostPath"]]
type: boolean
default: false
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value</br>
Format should be 3 digits, e.g. 770
schema:
type: string
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema: