From c772ec30d05b49d97296f74cb0cf45af504a097f Mon Sep 17 00:00:00 2001 From: h0n9 Date: Wed, 1 Mar 2023 17:35:27 +0900 Subject: [PATCH] Update chart version to 0.5.0 - update app version to v0.3 --- charts/cloud-secrets-manager/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cloud-secrets-manager/Chart.yaml b/charts/cloud-secrets-manager/Chart.yaml index b5137d0..77c296c 100644 --- a/charts/cloud-secrets-manager/Chart.yaml +++ b/charts/cloud-secrets-manager/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.4.0 +version: 0.5.0 # 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.2" +appVersion: "v0.3"