From 332548093a62aeacd5e3737fcbe0d019055a1fb5 Mon Sep 17 00:00:00 2001 From: Jesse Haka Date: Tue, 25 Oct 2022 22:12:31 +0300 Subject: [PATCH] feat: replace v1beta1 api with v1 (#1931) * replace v1beta1 api with v1 --- charts/actions-runner-controller/Chart.yaml | 2 +- charts/actions-runner-controller/templates/controller.pdb.yaml | 2 +- .../actions-runner-controller/templates/githubwebhook.pdb.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/actions-runner-controller/Chart.yaml b/charts/actions-runner-controller/Chart.yaml index 14475b85d7..1912aff7b7 100644 --- a/charts/actions-runner-controller/Chart.yaml +++ b/charts/actions-runner-controller/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.21.0 +version: 0.21.1 # Used as the default manager tag value when no tag property is provided in the values.yaml appVersion: 0.26.0 diff --git a/charts/actions-runner-controller/templates/controller.pdb.yaml b/charts/actions-runner-controller/templates/controller.pdb.yaml index e12a703b85..6831c4d60f 100644 --- a/charts/actions-runner-controller/templates/controller.pdb.yaml +++ b/charts/actions-runner-controller/templates/controller.pdb.yaml @@ -1,5 +1,5 @@ {{- if .Values.podDisruptionBudget.enabled }} -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: labels: diff --git a/charts/actions-runner-controller/templates/githubwebhook.pdb.yaml b/charts/actions-runner-controller/templates/githubwebhook.pdb.yaml index 14a88fcd17..cb8d530460 100644 --- a/charts/actions-runner-controller/templates/githubwebhook.pdb.yaml +++ b/charts/actions-runner-controller/templates/githubwebhook.pdb.yaml @@ -1,5 +1,5 @@ {{- if .Values.githubWebhookServer.podDisruptionBudget.enabled }} -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: labels: