Skip to content

Commit

Permalink
Merge pull request #195 from vania-pooh/master
Browse files Browse the repository at this point in the history
Chart apiVersion should be v2 because we require Helm 3
  • Loading branch information
vania-pooh authored Mar 31, 2023
2 parents 72c2438 + 307797f commit 47e69b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion browser-ops/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: browser-ops
version: 1.0.0
appVersion: 2.3.7
Expand Down
2 changes: 1 addition & 1 deletion license-ops/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: license-ops
version: 1.0.0
appVersion: 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion moon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: moon
version: 1.1.28
appVersion: 1.9.8
Expand Down
2 changes: 1 addition & 1 deletion moon2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: moon2
version: 2.0.0
appVersion: 2.4.5
Expand Down

0 comments on commit 47e69b7

Please sign in to comment.