Skip to content

Commit 3325480

Browse files
authored
feat: replace v1beta1 api with v1 (#1931)
* replace v1beta1 api with v1
1 parent b4e143d commit 3325480

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/actions-runner-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.21.0
18+
version: 0.21.1
1919

2020
# Used as the default manager tag value when no tag property is provided in the values.yaml
2121
appVersion: 0.26.0

charts/actions-runner-controller/templates/controller.pdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.podDisruptionBudget.enabled }}
2-
apiVersion: policy/v1beta1
2+
apiVersion: policy/v1
33
kind: PodDisruptionBudget
44
metadata:
55
labels:

charts/actions-runner-controller/templates/githubwebhook.pdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.githubWebhookServer.podDisruptionBudget.enabled }}
2-
apiVersion: policy/v1beta1
2+
apiVersion: policy/v1
33
kind: PodDisruptionBudget
44
metadata:
55
labels:

0 commit comments

Comments
 (0)