From 76edcced0daba236ec418838bffd7795c075c634 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 12 Feb 2021 13:50:24 -0700 Subject: [PATCH] chore(helm-chart): update to v3.9.0 --- ci/helm-chart/Chart.yaml | 2 +- ci/helm-chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: [] -- GitLab