Skip to content

Commit

Permalink
Update DPB API version from v1beta1 to v1 (#50)
Browse files Browse the repository at this point in the history
v1beta1 is being removed in kubernetes version 1.25
  • Loading branch information
MatthewCane authored Jun 21, 2023
1 parent 28643f5 commit f695883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/gotenberg/templates/pdb.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.podDisruptionBudget.enabled }}
---
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ include "gotenberg.fullname" . }}
Expand Down

0 comments on commit f695883

Please sign in to comment.