Skip to content

Commit

Permalink
Merge pull request #1624 from Sefaria/pdp-apiversion-update
Browse files Browse the repository at this point in the history
helm(fix): update pdp apiversion to unblock cluster upgrade
  • Loading branch information
edamboritz committed Sep 6, 2023
2 parents 9096fcc + 021e700 commit ee16114
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit ee16114

Please sign in to comment.