Skip to content

Commit

Permalink
Merge pull request #1313 from luis-giraldo/upgrade-helm-api
Browse files Browse the repository at this point in the history
Upgrading Helm API version to v2
  • Loading branch information
matheuscscp authored Dec 13, 2024
2 parents 64ee754 + 5ab5f14 commit a87337c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/spec/v1/kustomizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,11 @@ spec:
kind: GitRepository
name: webapp
healthChecks:
- apiVersion: helm.toolkit.fluxcd.io/v2beta1
- apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
name: frontend
namespace: dev
- apiVersion: helm.toolkit.fluxcd.io/v2beta1
- apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
name: backend
namespace: dev
Expand Down

0 comments on commit a87337c

Please sign in to comment.