From 5e7b41982046fe124f8f0e26f059bcd9abcc66d6 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 29 Sep 2021 14:37:02 -0700 Subject: [PATCH 1/2] chore: bump helm-chart version to 1.0.5 We've had two patches to the helm-chart since the last time we bumped the Chart version. - https://github.com/cdr/code-server/commit/1ffca5751c36235af686d13c788c8ace5bb0a117 - https://github.com/cdr/code-server/commit/5a36627aae7d8772f4190453dc8aae5da7e73104 This version bump ensures that chart version has the correct date. --- ci/helm-chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/helm-chart/Chart.yaml b/ci/helm-chart/Chart.yaml index e8efd9d1..4ab6627d 100644 --- a/ci/helm-chart/Chart.yaml +++ b/ci/helm-chart/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.3 +version: 1.0.4 # 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 From d54b4accaca8acefe86961e7d3885ddbcbf6a32b Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 29 Sep 2021 14:37:27 -0700 Subject: [PATCH 2/2] fix --- ci/helm-chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/helm-chart/Chart.yaml b/ci/helm-chart/Chart.yaml index 4ab6627d..3ae5f815 100644 --- a/ci/helm-chart/Chart.yaml +++ b/ci/helm-chart/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.4 +version: 1.0.5 # 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