Skip to content

Commit ac2188a

Browse files
authored
Changed apiVersion to "v2" for Helm 3. (CrunchyData#42)
1 parent f80100c commit ac2188a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/install/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: v3
1+
apiVersion: v2
22
name: pgo
33
description: A Helm chart for Kubernetes
44
type: application

helm/postgres/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: v3
1+
apiVersion: v2
22
name: postgrescluster
33
description: A Helm chart for Kubernetes
44
type: application

0 commit comments

Comments
 (0)