diff --git a/helm/prometheus-rules/Chart.yaml b/helm/prometheus-rules/Chart.yaml index 6e9489531..e87006b3c 100644 --- a/helm/prometheus-rules/Chart.yaml +++ b/helm/prometheus-rules/Chart.yaml @@ -4,8 +4,8 @@ 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: '[[ .AppVersion ]]' -version: '[[ .Version ]]' +appVersion: '2.132.0-b67266c8479ebef0cdd918fa9fc5e44717edf794' +version: '2.132.0-b67266c8479ebef0cdd918fa9fc5e44717edf794' annotations: application.giantswarm.io/team: "atlas" config.giantswarm.io/version: 1.x.x diff --git a/helm/prometheus-rules/values.yaml b/helm/prometheus-rules/values.yaml index dc97e7490..1666064ad 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: '[[ .Branch ]]' - commit: '[[ .SHA ]]' + branch: 'split-ksm-alerts' + commit: 'b67266c8479ebef0cdd918fa9fc5e44717edf794' managementCluster: name: "" pipeline: "" diff --git a/test/tests/providers/global/up.all.rules.test.yml b/test/tests/providers/global/kube-state-metrics.rules.test.yml similarity index 100% rename from test/tests/providers/global/up.all.rules.test.yml rename to test/tests/providers/global/kube-state-metrics.rules.test.yml