mirror of
https://github.com/twuni/docker-registry.helm.git
synced 2026-08-23 22:16:33 +00:00
Migrate PodDisruptionBudget policy/v1beta1 to policy/v1
In k8s 1.25 policy/v1beta1 is no longer served, migrate to policy/v1. https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.podDisruptionBudget -}}
|
||||
apiVersion: policy/v1beta1
|
||||
apiVersion: policy/v1
|
||||
kind: PodDisruptionBudget
|
||||
metadata:
|
||||
name: {{ template "docker-registry.fullname" . }}
|
||||
|
||||
Reference in New Issue
Block a user