File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ maintainers:
88name : alerts
99sources :
1010 - https://github.com/cloudoperators/greenhouse-extensions
11- version : 0.19.3
11+ version : 0.19.4
1212keywords :
1313 - prometheus-alertmanager
1414dependencies :
Original file line number Diff line number Diff 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"
1712data :
1813 ca.crt : {{ printf "%s%s" $extCABundle $intCABundle | b64enc | quote }}
1914{{- end }}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kind: PluginDefinition
66metadata :
77 name : alerts
88spec :
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
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"
You can’t perform that action at this time.
0 commit comments