diff --git a/charts/stable/code-server/Chart.yaml b/charts/stable/code-server/Chart.yaml index 40ea048fa13..1b21f894805 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 4.21.1 +appVersion: 4.21.2 dependencies: - name: common version: 18.1.2 @@ -25,7 +25,7 @@ keywords: - vs - visual studio - vscode -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/code-server - https://hub.docker.com/r/codercom/code-server type: application -version: 11.2.0 +version: 11.2.1 diff --git a/charts/stable/code-server/values.yaml b/charts/stable/code-server/values.yaml index 149228fa0b7..9220b5c7097 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.21.1@sha256:c9f78fb7e8ac5fdd3bea856142dd5c5dda0f5183131254516af74135dc97c773 + tag: 4.21.2@sha256:21e64d64cfa39787822f4c77c984c65797393a52a4cffdd40b2e3601ab63cfe0 securityContext: container: readOnlyRootFilesystem: false