File tree Expand file tree Collapse file tree 6 files changed +5
-27
lines changed
Expand file tree Collapse file tree 6 files changed +5
-27
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ maintainers:
88name : kube-monitoring
99sources :
1010 - https://github.com/cloudoperators/greenhouse-extensions
11- version : 0.24.1
11+ version : 0.24.2
1212# prometheus-operator app version
1313appVersion : v0.79.2
1414keywords :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 scheme: https
33{{- if and .Values.alerts.enabled .Values.alerts.alertmanagers.hosts }}
44 tls_config:
5- {{- if and .Values.alerts.alertmanagers.tlsConfig.cert .Values.alerts.alertmanagers.tlsConfig.key }}
65 cert_file: /etc/prometheus/secrets/tls-prometheus-{{ .Release.Name }}/tls.crt
76 key_file: /etc/prometheus/secrets/tls-prometheus-{{ .Release.Name }}/tls.key
8- {{- else }}
9- cert_file: /etc/prometheus/secrets/tls-prometheus-{{ .Release.Namespace }}/tls.crt
10- key_file: /etc/prometheus/secrets/tls-prometheus-{{ .Release.Namespace }}/tls.key
11- {{- end }}
127 static_configs:
138 - targets:
149{{ toYaml .Values.alerts.alertmanagers.hosts | indent 8 }}
Original file line number Diff line number Diff line change @@ -2,21 +2,9 @@ apiVersion: v1
22kind : Secret
33type : Opaque
44metadata :
5- name : tls-prometheus-{{ .Release.Name }}-cert
5+ name : tls-prometheus-{{ .Release.Name }}
66 labels :
77{{- include "kube-prometheus-stack.labels" . | indent 4 }}
88data :
99 tls.crt : {{ .Values.alerts.alertmanagers.tlsConfig.cert | b64enc | quote }}
1010 tls.key : {{ .Values.alerts.alertmanagers.tlsConfig.key | b64enc | quote }}
11-
12- {{- if .Values.alerts.dummySecret }}
13- ---
14- apiVersion : v1
15- kind : Secret
16- type : Opaque
17- metadata :
18- name : tls-prometheus-{{ .Release.Namespace }}
19- data :
20- tls.crt : " "
21- tls.key : " "
22- {{- end }}
Original file line number Diff line number Diff line change @@ -300,8 +300,7 @@ kubeMonitoring:
300300 # # reflected in the running Pods. To change the secrets mounted into the Prometheus Pods, the object must be deleted and recreated
301301 # # with the new list of secrets.
302302 secrets :
303- - " tls-prometheus-{{ .Release.Name }}-cert"
304- - " tls-prometheus-{{ .Release.Namespace }}"
303+ - " tls-prometheus-{{ .Release.Name }}"
305304
306305 storageSpec :
307306 volumeClaimTemplate :
@@ -357,8 +356,6 @@ kubernetes-operations:
357356# # Configures Prometheus Alertmanager
358357alerts :
359358 enabled : false
360- # Creates a dummy Secret to ensure standalone testing
361- dummySecret : false
362359 alertmanagers :
363360 hosts : []
364361 # # Overrides tls certificate to authenticate with Alertmanager
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ kind: PluginDefinition
66metadata :
77 name : kube-monitoring
88spec :
9- version : 2.11.0
9+ version : 2.11.1
1010 displayName : Kubernetes monitoring
1111 description : Native deployment and management of Prometheus along with Kubernetes cluster monitoring components.
1212 docMarkDownUrl : https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/kube-monitoring/README.md
1313 icon : https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/kube-monitoring/logo.png
1414 helmChart :
1515 name : kube-monitoring
1616 repository : oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
17- version : 0.24.1
17+ version : 0.24.2
1818 options :
1919 - name : global.commonLabels
2020 description : Labels to add to all resources. This can be used to add a support group or service to all alerts.
You can’t perform that action at this time.
0 commit comments