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: ""