File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
charts/actions-runner-controller Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
2121appVersion : 0.26.0
Original file line number Diff line number Diff line change 11{{- if .Values.podDisruptionBudget.enabled }}
2- apiVersion : policy/v1beta1
2+ apiVersion : policy/v1
33kind : PodDisruptionBudget
44metadata :
55 labels :
Original file line number Diff line number Diff line change 11{{- if .Values.githubWebhookServer.podDisruptionBudget.enabled }}
2- apiVersion : policy/v1beta1
2+ apiVersion : policy/v1
33kind : PodDisruptionBudget
44metadata :
55 labels :
You can’t perform that action at this time.
0 commit comments