diff --git a/charts/stable/code-server/Chart.yaml b/charts/stable/code-server/Chart.yaml index 46c8326a161..ec42eb60ce8 100644 --- a/charts/stable/code-server/Chart.yaml +++ b/charts/stable/code-server/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 4.100.1 +appVersion: 4.100.2 dependencies: - name: common version: 25.4.10 @@ -38,5 +38,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/code-server - https://hub.docker.com/r/codercom/code-server type: application -version: 13.15.0 +version: 13.15.1 diff --git a/charts/stable/code-server/values.yaml b/charts/stable/code-server/values.yaml index a18e4acb2ce..f8028a5a13f 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.100.1@sha256:85d8de203d9f4b59aabbb9f88cdf3aa1cb8000aa53459556225b2754e2a785c8 + tag: 4.100.2@sha256:0c31654f1125c3a685a42ed1f2946573f5ebaaf016c5bc0640c72f9f571267e0 securityContext: container: readOnlyRootFilesystem: false