Skip to content

Commit 6b5316a

Browse files
authored
fix(alerts): match ca secret name (#643)
Signed-off-by: Richard Tief <richard.tief@sap.com>
1 parent 9181e1e commit 6b5316a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

alerts/charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
name: alerts
99
sources:
1010
- https://github.com/cloudoperators/greenhouse-extensions
11-
version: 0.19.1
11+
version: 0.19.2
1212
keywords:
1313
- prometheus-alertmanager
1414
dependencies:

alerts/charts/templates/certmanager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ metadata:
3535
{{- include "kube-prometheus-stack.labels" . | indent 4 }}
3636
spec:
3737
ca:
38-
secretName: {{ .Release.Namespace }}-root-cert
38+
secretName: {{ .Release.Namespace }}-prometheus-root-cert
3939
{{- end }}
4040
---
4141
# generate a server certificate for the alertmanager to use

alerts/plugindefinition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kind: PluginDefinition
66
metadata:
77
name: alerts
88
spec:
9-
version: 2.7.1
9+
version: 2.7.2
1010
weight: 0
1111
displayName: Alerts
1212
description: The Alerts Plugin consists of both Prometheus Alertmanager and Supernova, the holistic alert management UI
@@ -15,7 +15,7 @@ spec:
1515
helmChart:
1616
name: alerts
1717
repository: oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
18-
version: 0.19.1
18+
version: 0.19.2
1919
uiApplication:
2020
name: supernova
2121
version: "latest"

0 commit comments

Comments
 (0)