Skip to content

Commit

Permalink
fix(alerts): match ca secret name (#643)
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Tief <[email protected]>
  • Loading branch information
richardtief authored Feb 14, 2025
1 parent 9181e1e commit 6b5316a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alerts/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainers:
name: alerts
sources:
- https://github.com/cloudoperators/greenhouse-extensions
version: 0.19.1
version: 0.19.2
keywords:
- prometheus-alertmanager
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion alerts/charts/templates/certmanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ metadata:
{{- include "kube-prometheus-stack.labels" . | indent 4 }}
spec:
ca:
secretName: {{ .Release.Namespace }}-root-cert
secretName: {{ .Release.Namespace }}-prometheus-root-cert
{{- end }}
---
# generate a server certificate for the alertmanager to use
Expand Down
4 changes: 2 additions & 2 deletions alerts/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kind: PluginDefinition
metadata:
name: alerts
spec:
version: 2.7.1
version: 2.7.2
weight: 0
displayName: Alerts
description: The Alerts Plugin consists of both Prometheus Alertmanager and Supernova, the holistic alert management UI
Expand All @@ -15,7 +15,7 @@ spec:
helmChart:
name: alerts
repository: oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
version: 0.19.1
version: 0.19.2
uiApplication:
name: supernova
version: "latest"
Expand Down

0 comments on commit 6b5316a

Please sign in to comment.