Skip to content

Commit ac29c15

Browse files
authored
Merge pull request #1005 from kubeshop/fix/add-labels-pdb
fix: add labels pdb
2 parents ba8ca36 + 1a56dae commit ac29c15

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/testkube-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: testkube-operator
33
description: A Helm chart for the testkube-operator (installs needed CRDs only for now)
44
type: application
5-
version: 2.1.114
5+
version: 2.1.115
66
appVersion: 2.1.114
77
dependencies:
88
- name: global

charts/testkube-operator/templates/poddisruptionbudget.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ spec:
1818
{{- end }}
1919
selector:
2020
matchLabels:
21-
{{- include "testkube-operator.selectorLabels" . | nindent 6 }}
21+
control-plane: controller-manager
2222
{{- end }}

charts/testkube/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: application
55
version: 2.1.183
66
dependencies:
77
- name: testkube-operator
8-
version: 2.1.114
8+
version: 2.1.115
99
#repository: https://kubeshop.github.io/helm-charts
1010
repository: "file://../testkube-operator"
1111
condition: testkube-operator.enabled

0 commit comments

Comments
 (0)