From 32bc4457f8c614e121f2cb9fe3ef1d7d864d813c Mon Sep 17 00:00:00 2001 From: Ildar Iskhakov Date: Sun, 3 Jul 2022 12:18:27 +0400 Subject: [PATCH] Update Chart.yaml --- helm/oncall/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/oncall/Chart.yaml b/helm/oncall/Chart.yaml index 27c1e1f1..2d138cf1 100644 --- a/helm/oncall/Chart.yaml +++ b/helm/oncall/Chart.yaml @@ -8,7 +8,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.1 +version: 1.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 @@ -40,4 +40,4 @@ dependencies: - name: ingress-nginx version: 4.1.4 repository: https://kubernetes.github.io/ingress-nginx - condition: ingress-nginx.enabled \ No newline at end of file + condition: ingress-nginx.enabled