Skip to content

Commit d74c33a

Browse files
authored
Merge pull request #88 from syseleven/deprecation-1.25
Migrate PodDisruptionBudget policy/v1beta1 to policy/v1
2 parents 405346f + fc2ab7e commit d74c33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/poddisruptionbudget.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.podDisruptionBudget -}}
2-
apiVersion: policy/v1beta1
2+
apiVersion: policy/v1
33
kind: PodDisruptionBudget
44
metadata:
55
name: {{ template "docker-registry.fullname" . }}

0 commit comments

Comments
 (0)