Skip to content

Commit

Permalink
upgrading helm api
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Giraldo <[email protected]>
  • Loading branch information
Luis Giraldo committed Dec 13, 2024
1 parent 64ee754 commit 5ab5f14
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 5ab5f14

Please sign in to comment.