Skip to content

Commit 0800479

Browse files
feat(kube-monitoring): allow both labels and annotations to define exposed services (#1135)
* allow both labels and annotations to define exposed services allows both labels and annotations to define exposed services - kube monitoring On-behalf-of: @SAP mikolaj.kucinski@sap.com * update versions On-behalf-of: @SAP mikolaj.kucinski@sap.com
1 parent aba6b61 commit 0800479

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

kube-monitoring/charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
name: kube-monitoring
99
sources:
1010
- https://github.com/cloudoperators/greenhouse-extensions
11-
version: 5.2.0
11+
version: 5.2.1
1212
keywords:
1313
- operator
1414
- prometheus

kube-monitoring/charts/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,9 @@ kubeMonitoring:
309309
# Add the label to expose the service via Greenhouse.
310310
labels:
311311
greenhouse.sap/expose: "true"
312+
# Add the annotation to expose the service via Greenhouse.
313+
annotations:
314+
greenhouse.sap/expose: "true"
312315

313316
ingress:
314317
# -- Deploy Prometheus Ingress

kube-monitoring/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: kube-monitoring
88
spec:
9-
version: 6.2.0
9+
version: 6.2.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
@@ -15,7 +15,7 @@ spec:
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: 5.2.0
18+
version: 5.2.1
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.

0 commit comments

Comments
 (0)