From 08fc0d13608c7a0098572fe6c53a001617047630 Mon Sep 17 00:00:00 2001 From: Ildar Iskhakov Date: Fri, 4 Nov 2022 13:22:56 +0800 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 b1b7e18a..c6c8fc6e 100644 --- a/helm/oncall/Chart.yaml +++ b/helm/oncall/Chart.yaml @@ -8,13 +8,13 @@ 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.8 +version: 1.0.9 # 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: "v1.0.49" +appVersion: "v1.0.50" dependencies: - name: cert-manager version: v1.8.0