Skip to content

Commit 579db77

Browse files
committed
Upgrade pdb version
Warning: policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget Signed-off-by: Manuel Rüger <manuel@rueg.eu>
1 parent 5c12887 commit 579db77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/coredns/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: coredns
3-
version: 1.18.0
3+
version: 1.18.1
44
appVersion: 1.8.7
55
home: https://coredns.io
66
icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png

charts/coredns/templates/poddisruptionbudget.yaml

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

0 commit comments

Comments
 (0)