From 671c4f5c9cef1b023db40dbc1a1c26890bdf83f8 Mon Sep 17 00:00:00 2001 From: QuantumEnigmaa Date: Tue, 19 Sep 2023 14:36:30 +0200 Subject: [PATCH] minor fixes --- helm/prometheus-rules/Chart.yaml | 2 +- helm/prometheus-rules/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/prometheus-rules/Chart.yaml b/helm/prometheus-rules/Chart.yaml index e81275258..6e9489531 100644 --- a/helm/prometheus-rules/Chart.yaml +++ b/helm/prometheus-rules/Chart.yaml @@ -4,7 +4,7 @@ engine: gotpl home: https://github.com/giantswarm/prometheus-rules icon: https://s.giantswarm.io/app-icons/1/png/default-app-light.png name: prometheus-rules -appVersion: '[[ .Version ]]' +appVersion: '[[ .AppVersion ]]' version: '[[ .Version ]]' annotations: application.giantswarm.io/team: "atlas" diff --git a/helm/prometheus-rules/values.yaml b/helm/prometheus-rules/values.yaml index 1666064ad..dc97e7490 100644 --- a/helm/prometheus-rules/values.yaml +++ b/helm/prometheus-rules/values.yaml @@ -2,8 +2,8 @@ name: prometheus-rules namespace: monitoring serviceType: managed project: - branch: 'split-ksm-alerts' - commit: 'b67266c8479ebef0cdd918fa9fc5e44717edf794' + branch: '[[ .Branch ]]' + commit: '[[ .SHA ]]' managementCluster: name: "" pipeline: ""