Skip to content

Commit

Permalink
Merge pull request fluxcd#25 from 2opremio/use-helmrelease-v1
Browse files Browse the repository at this point in the history
Upgrade HelmReleases to helm.fluxcd.io/v1
  • Loading branch information
stefanprodan authored Dec 17, 2019
2 parents aaae9d9 + c92ccb6 commit 4cacd57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion releases/ghost.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: flux.weave.works/v1beta1
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
name: ghost
Expand Down
2 changes: 1 addition & 1 deletion releases/mongodb.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: flux.weave.works/v1beta1
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
name: mongodb
Expand Down
2 changes: 1 addition & 1 deletion releases/redis.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: flux.weave.works/v1beta1
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
name: redis
Expand Down

0 comments on commit 4cacd57

Please sign in to comment.