Skip to content

Commit 2c685d5

Browse files
authored
chore(alerts): move ca-bundle secret to helm release (#654)
Signed-off-by: Richard Tief <richard.tief@sap.com>
1 parent 33518e8 commit 2c685d5

File tree

3 files changed

+3
-8
lines changed

3 files changed

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

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ metadata:
99
name: {{ $.Release.Namespace }}-ca-bundle
1010
labels:
1111
{{- include "kube-prometheus-stack.labels" . | indent 4 }}
12-
annotations:
13-
"helm.sh/hook": post-install,post-upgrade
14-
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
15-
## Ensure this is run before release installation and upgrade
16-
"helm.sh/hook-weight": "-5"
1712
data:
1813
ca.crt: {{ printf "%s%s" $extCABundle $intCABundle | b64enc | quote }}
1914
{{- end }}

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.3
9+
version: 2.7.4
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.3
18+
version: 0.19.4
1919
uiApplication:
2020
name: supernova
2121
version: "latest"

0 commit comments

Comments
 (0)