diff --git a/ci/helm-chart/Chart.yaml b/ci/helm-chart/Chart.yaml index bb9f408ad11ba1bdee94090b3f5b6d7b05b6f577..af389f7af91033f49130911587bb03972f520cf8 100644 --- a/ci/helm-chart/Chart.yaml +++ b/ci/helm-chart/Chart.yaml @@ -20,4 +20,4 @@ version: 1.0.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 3.8.1 +appVersion: 3.9.0 diff --git a/ci/helm-chart/values.yaml b/ci/helm-chart/values.yaml index b240264cc492c6712d8b6c84722628b139445d9c..ffb2f4fd72fe4bf7ccaff652628bf7c793fce39d 100644 --- a/ci/helm-chart/values.yaml +++ b/ci/helm-chart/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: codercom/code-server - tag: '3.8.1' + tag: '3.9.0' pullPolicy: Always imagePullSecrets: []