diff --git a/ci/helm-chart/Chart.yaml b/ci/helm-chart/Chart.yaml index bb9f408a..af389f7a 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 b240264c..ffb2f4fd 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: []