Skip to content

Commit 9197e20

Browse files
committed
revert
1 parent cba9cf5 commit 9197e20

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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.18
3+
version: 1.0.19
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.18
6+
version: 1.0.19
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.18
14+
version: 1.0.19
1515
options:
1616
- name: prometheusRules.create
1717
description: Create Prometheus rules

charts/controlplane-operations/templates/alerts.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ kind: PrometheusRule
66
metadata:
77
name: {{ printf "%s-%s" $.Release.Name $path | replace "/" "-" | trimSuffix ".yaml" | trunc 63 }}
88
labels:
9-
path: {{ $path | trunc 63 | quote }}
109
{{ include "controlplane-operations.ruleSelectorLabels" (list $path $root) | indent 4 }}
1110
{{ include "controlplane-operations.labels" (list $path $root) | indent 4 }}
1211
{{- if $.Values.prometheusRules.labels }}

0 commit comments

Comments
 (0)