Skip to content

Commit 9193ce0

Browse files
committed
Bump chart version
This reverts commit 345f178.
1 parent ebc2372 commit 9193ce0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: A Helm chart for Docker Registry
33
name: docker-registry
4-
version: 2.2.2
4+
version: 2.2.3
55
appVersion: 2.8.1
66
home: https://hub.docker.com/_/registry/
77
icon: https://helm.twun.io/docker-registry.png

templates/poddisruptionbudget.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{{- if .Values.podDisruptionBudget -}}
2-
{{- if .Capabilities.APIVersions.Has "policy/v1beta1" -}}
3-
apiVersion: policy/v1beta1
4-
{{- else}}
2+
{{- if .Capabilities.APIVersions.Has "policy/v1" -}}
53
apiVersion: policy/v1
4+
{{- else}}
5+
apiVersion: policy/v1beta1
66
{{- end }}
77
kind: PodDisruptionBudget
88
metadata:

0 commit comments

Comments
 (0)