From d171b963ee221d5073bd4704862f4d7556bcb4b9 Mon Sep 17 00:00:00 2001 From: Ray <18078751+rayjanoka@users.noreply.github.com> Date: Mon, 24 Oct 2022 16:17:33 -0600 Subject: [PATCH] updating helm chart to v0.2.0 --- helm/archie/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/archie/Chart.yaml b/helm/archie/Chart.yaml index e731d37..67ff32b 100644 --- a/helm/archie/Chart.yaml +++ b/helm/archie/Chart.yaml @@ -7,10 +7,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.1.2 +version: 0.2.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: "0.1.1" +appVersion: "0.2.0"