Skip to content

Commit

Permalink
Merge pull request twuni#88 from syseleven/deprecation-1.25
Browse files Browse the repository at this point in the history
Migrate PodDisruptionBudget policy/v1beta1 to policy/v1
  • Loading branch information
canterberry authored Feb 24, 2023
2 parents 405346f + fc2ab7e commit d74c33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/poddisruptionbudget.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.podDisruptionBudget -}}
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ template "docker-registry.fullname" . }}
Expand Down

0 comments on commit d74c33a

Please sign in to comment.