From 2de0e7a39db0282e11e0f3f5d85a66b6f55fce92 Mon Sep 17 00:00:00 2001 From: "J. Q" <55899496+jawadqur@users.noreply.github.com> Date: Mon, 14 Nov 2022 13:02:48 -0600 Subject: [PATCH] Update poddisruptionbudget.yaml Change apiVersion of poddisruptionbudget to `policy/v1` instead of `policy/v1beta` --- elasticsearch/templates/poddisruptionbudget.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/templates/poddisruptionbudget.yaml b/elasticsearch/templates/poddisruptionbudget.yaml index b61f3c0f3..29efe6acc 100644 --- a/elasticsearch/templates/poddisruptionbudget.yaml +++ b/elasticsearch/templates/poddisruptionbudget.yaml @@ -1,6 +1,6 @@ {{- if .Values.maxUnavailable }} --- -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: "{{ template "elasticsearch.uname" . }}-pdb"