Skip to content

Commit 1b8a29e

Browse files
authored
fix(alerts): cert-manager created secret name (#644)
* fix(alerts): cert-manager created secret name Signed-off-by: Richard Tief <richard.tief@sap.com> * fix(alerts): close left parenthesis Signed-off-by: Richard Tief <richard.tief@sap.com> --------- Signed-off-by: Richard Tief <richard.tief@sap.com>
1 parent 6b5316a commit 1b8a29e

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.2
11+
version: 0.19.3
1212
keywords:
1313
- prometheus-alertmanager
1414
dependencies:

alerts/charts/templates/hooks/caBundle-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- if and .Values.alerts.alertmanager.enabled .Values.alerts.alertmanager.ingress.enabled .Values.global.caCert }}
22
{{- $extCABundle := .Values.global.caCert }}
3-
{{- $intCASecret := (lookup "v1" "Secret" $.Release.Namespace (printf "%s-%s" (include "kube-prometheus-stack.fullname") "-root-cert")).data }}
3+
{{- $intCASecret := (lookup "v1" "Secret" $.Release.Namespace (printf "%s-%s" .Release.Namespace "prometheus-root-cert")).data }}
44
{{- $intCABundle := get $intCASecret "ca.crt" | b64dec }}
55
apiVersion: v1
66
kind: Secret

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.2
9+
version: 2.7.3
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.2
18+
version: 0.19.3
1919
uiApplication:
2020
name: supernova
2121
version: "latest"

0 commit comments

Comments
 (0)