diff --git a/helm-chart/sefaria-project/templates/redis-poddisruptionbudget.yaml b/helm-chart/sefaria-project/templates/redis-poddisruptionbudget.yaml index e61b8b4d4f..757bfbe60f 100644 --- a/helm-chart/sefaria-project/templates/redis-poddisruptionbudget.yaml +++ b/helm-chart/sefaria-project/templates/redis-poddisruptionbudget.yaml @@ -1,6 +1,6 @@ {{- if .Values.redis.pdb }} # TODO: This could be made global by matching on label `stackRole: redis` instead -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: redis-disruption-budget-{{ .Values.deployEnv }}