Skip to content

Commit 0d5806f

Browse files
refactor cf-argocd-extras
1 parent 12c4598 commit 0d5806f

File tree

3 files changed

+3
-3
lines changed
  • charts/gitops-runtime/templates

3 files changed

+3
-3
lines changed

charts/gitops-runtime/templates/argo-api-gateway/pdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{- $_ := set $context.Values "global" (deepCopy (get .Values "global")) }}
44

55
{{- if and $context.Values.pdb.enabled }}
6-
apiVersion: policy/v1beta1
6+
apiVersion: policy/v1
77
kind: PodDisruptionBudget
88
metadata:
99
name: {{ include "argo-api-gateway.fullname" . }}

charts/gitops-runtime/templates/event-reporters/resources-reporter/pdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{- $_ := set $context.Values "global" (deepCopy (get .Values "global")) }}
44

55
{{- if and $context.Values.pdb.enabled }}
6-
apiVersion: policy/v1beta1
6+
apiVersion: policy/v1
77
kind: PodDisruptionBudget
88
metadata:
99
name: {{ include "resources-reporter.fullname" . }}

charts/gitops-runtime/templates/event-reporters/runtime-reporter/pdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{- $_ := set $context.Values "global" (deepCopy (get .Values "global")) }}
44

55
{{- if and $context.Values.pdb.enabled }}
6-
apiVersion: policy/v1beta1
6+
apiVersion: policy/v1
77
kind: PodDisruptionBudget
88
metadata:
99
name: {{ include "runtime-reporter.fullname" . }}

0 commit comments

Comments
 (0)