1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Update HelmRelease API to v2

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2024-05-09 17:10:00 +03:00
parent 472396728b
commit 8856de1478
25 changed files with 33 additions and 34 deletions

View File

@@ -25,7 +25,7 @@ import (
"golang.org/x/text/language"
"k8s.io/apimachinery/pkg/runtime"
helmv2 "github.com/fluxcd/helm-controller/api/v2beta2"
helmv2 "github.com/fluxcd/helm-controller/api/v2"
)
var getHelmReleaseCmd = &cobra.Command{