Skip to content

Commit ff10619

Browse files
committed
again
1 parent 17a0280 commit ff10619

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

charts/controlplane-operations/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: controlplane-operations
3-
version: 1.0.24
3+
version: 1.0.25
44
description: A set of Plutono dashboards and Prometheus alerting rules combined with playbooks to ensure effective operations of Controlplane clusters.
55
maintainers:
66
- name: Vladimir Videlov (d051408)

charts/controlplane-operations/plugindefinition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ kind: PluginDefinition
33
metadata:
44
name: controlplane-operations
55
spec:
6-
version: 1.0.24
6+
version: 1.0.25
77
displayName: Controlplane operations bundle
88
description: Operations bundle for Controlane clusters
99
docMarkDownUrl: https://raw.githubusercontent.com/cloudoperators/controlplane-operations/main/README.md
1010
icon: https://raw.githubusercontent.com/cloudoperators/controlplane-operations/main/charts/controlplane-operations/kubernetes-logo.png
1111
helmChart:
1212
name: controlplane-operations
1313
repository: oci://ghcr.io/cloudoperators/controlplane-operations/charts
14-
version: 1.0.24
14+
version: 1.0.25
1515
options:
1616
- name: prometheusRules.create
1717
description: Create Prometheus rules

charts/controlplane-operations/templates/alerts.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ metadata:
1111
{{- if $.Values.prometheusRules.labels }}
1212
{{ toYaml $.Values.prometheusRules.labels | indent 4 }}
1313
{{- end }}
14-
path: {{ printf "%s" $path | quote }}
15-
{{- if and $.Values.prometheusRules.gardenerRuleLabels (hasSuffix "gardener.yaml" $path) }}
16-
{{ toYaml $.Values.prometheusRules.gardenerRuleLabels | indent 4 }}
17-
{{- end }}
14+
path: {{ $path | quote }}
1815
{{- if $.Values.prometheusRules.annotations }}
1916
annotations:
2017
{{ toYaml $.Values.prometheusRules.annotations | indent 4 }}

0 commit comments

Comments
 (0)