Skip to content

Commit e77f23a

Browse files
authored
chore(kube-monitoring): remove prometheus-operator appVersion from Charts.yaml (#667)
This will take the image version from the kube-prometheus-stack. Upgrades prometheus-operator to v0.80.0 Signed-off-by: Richard Tief <richard.tief@sap.com>
1 parent e3556bd commit e77f23a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

kube-monitoring/charts/Chart.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ maintainers:
88
name: kube-monitoring
99
sources:
1010
- https://github.com/cloudoperators/greenhouse-extensions
11-
version: 0.24.2
12-
# prometheus-operator app version
13-
appVersion: v0.79.2
11+
version: 0.25.0
1412
keywords:
1513
- operator
1614
- prometheus

kube-monitoring/plugindefinition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ kind: PluginDefinition
66
metadata:
77
name: kube-monitoring
88
spec:
9-
version: 2.11.1
9+
version: 2.12.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
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.2
17+
version: 0.25.0
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.

0 commit comments

Comments
 (0)