Skip to content

Commit

Permalink
Update dependency PodDisruptionBudget to policy/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 1, 2024
1 parent 6092768 commit eeb47b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pdb.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if semverCompare ">=1.21.0" ( trimPrefix "v" $.Capabilities.KubeVersion.Version ) }}
apiVersion: policy/v1
{{- else -}}
apiVersion: policy/v1beta1
apiVersion: policy/v1
{{- end }}
kind: PodDisruptionBudget
metadata:
Expand Down

0 comments on commit eeb47b0

Please sign in to comment.