File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed
Expand file tree Collapse file tree 3 files changed +5
-11
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 : 7.1 .0
11+ version : 7.2 .0
1212keywords :
1313 - operator
1414 - prometheus
Original file line number Diff line number Diff line change @@ -318,15 +318,9 @@ kubeMonitoring:
318318 # @section -- Prometheus options
319319 enabled : false
320320
321- # By default, the alerts plugin deploys a ca-bundle to enable tls between Prometheus and Alertmanager
322- # Move to plugindef ?
321+ # -- Prometheus Ingress Annotations
323322 # @ignored
324- annotations :
325- disco : " true"
326- kubernetes.io/tls-acme : " true"
327- nginx.ingress.kubernetes.io/auth-tls-secret : " {{ $.Release.Namespace }}/{{ $.Release.Namespace }}-ca-bundle"
328- nginx.ingress.kubernetes.io/auth-tls-verify-client : " true"
329- nginx.ingress.kubernetes.io/auth-tls-verify-depth : " 3"
323+ annotations : {}
330324
331325 # -- Must be provided if Ingress is enabled
332326 # @section -- Prometheus options
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kind: PluginDefinition
66metadata :
77 name : kube-monitoring
88spec :
9- version : 8.1 .0
9+ version : 8.2 .0
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
1515 # renovate depName=ghcr.io/cloudoperators/greenhouse-extensions/charts/kube-monitoring
1616 name : kube-monitoring
1717 repository : oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
18- version : 7.1 .0
18+ version : 7.2 .0
1919 options :
2020 - name : global.commonLabels
2121 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