From 39850596a835dea21f6d245a2630f69b26760fb1 Mon Sep 17 00:00:00 2001 From: "Paul S. Schweigert" Date: Mon, 24 Jan 2022 14:50:52 -0500 Subject: [PATCH] updates to GA version of PodDisruptionBudget --- config/core/deployments/activator-hpa.yaml | 2 +- config/core/deployments/webhook-hpa.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/core/deployments/activator-hpa.yaml b/config/core/deployments/activator-hpa.yaml index 8153937c308f..6c7133723bb6 100644 --- a/config/core/deployments/activator-hpa.yaml +++ b/config/core/deployments/activator-hpa.yaml @@ -41,7 +41,7 @@ spec: # Activator PDB. Currently we permit unavailability of 20% of tasks at the same time. # Given the subsetting and that the activators are partially stateful systems, we want # a slow rollout of the new versions and slow migration during node upgrades. -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: activator-pdb diff --git a/config/core/deployments/webhook-hpa.yaml b/config/core/deployments/webhook-hpa.yaml index 2243083aa9aa..c3bd9d00ebad 100644 --- a/config/core/deployments/webhook-hpa.yaml +++ b/config/core/deployments/webhook-hpa.yaml @@ -39,7 +39,7 @@ spec: averageUtilization: 100 --- # Webhook PDB. -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: webhook-pdb