From d62720d89b4a59a7340ea002bf46df1e3bf3a04d Mon Sep 17 00:00:00 2001 From: Innokentii Konstantinov Date: Mon, 27 Jun 2022 14:40:14 +0400 Subject: [PATCH] Grafana OnCall v1.0.3 for helm --- 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 23a91cd5..27c1e1f1 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.0 +version: 1.0.1 # 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.0" +appVersion: "v1.0.3" dependencies: - name: cert-manager version: v1.8.0