From db69efe96180e5cc786174809f7612d089a47363 Mon Sep 17 00:00:00 2001 From: Andrei Tserakhau Date: Wed, 13 Nov 2024 20:32:32 +0300 Subject: [PATCH] Helm: update appVersion to rc9 No description --- Pull Request resolved: https://github.com/doublecloud/transfer/pull/103 commit_hash:ddf0cb583d33d64819d338f0e1458b9ea2f010c8 --- helm/transfer/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/transfer/Chart.yaml b/helm/transfer/Chart.yaml index a8a7bf43..3e66d37b 100644 --- a/helm/transfer/Chart.yaml +++ b/helm/transfer/Chart.yaml @@ -15,10 +15,10 @@ 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: 0.0.1 +version: 0.0.2 # 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. # It is recommended to use it with quotes. -appVersion: "v0.0.0-rc8" +appVersion: "v0.0.0-rc9"