diff --git a/charts/stable/code-server/Chart.yaml b/charts/stable/code-server/Chart.yaml index f54c355f1a5..169e42a3ce6 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -1,39 +1,39 @@ -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' apiVersion: v2 name: code-server -version: 9.0.11 -appVersion: 4.19.1 +version: 9.1.0 +appVersion: 4.20.0 description: Run VS Code on any machine anywhere and access it in the browser. home: https://truecharts.org/charts/stable/code-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.png deprecated: false sources: - - https://hub.docker.com/r/codercom/code-server - - https://github.com/cdr/code-server - - https://github.com/truecharts/charts/tree/master/charts/stable/code-server + - https://github.com/cdr/code-server + - https://github.com/truecharts/charts/tree/master/charts/stable/code-server + - https://hub.docker.com/r/codercom/code-server maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: - - code - - vs - - visual studio - - vscode + - code + - vs + - visual studio + - vscode dependencies: - - name: common - version: 16.2.21 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 16.2.21 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: - max_scale_version: 23.10.2 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: media - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable + max_scale_version: 23.10.2 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: stable type: application diff --git a/charts/stable/code-server/values.yaml b/charts/stable/code-server/values.yaml index 7ea737842b8..f2211c4c238 100644 --- a/charts/stable/code-server/values.yaml +++ b/charts/stable/code-server/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/codercom/code-server pullPolicy: IfNotPresent - tag: 4.19.1@sha256:993c381c28a3738b903ac21180f5f9dab8f2aa547bbb0b9d69bea558691e10d3 + tag: 4.20.0@sha256:945c1c6452a3ac798283a6f43fb0c815e4c0e9418bceec37eac6d6bd378b5e99 securityContext: container: readOnlyRootFilesystem: false