Update HelmRelease to v2beta2

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2023-12-12 11:07:01 +02:00
parent bed6efa671
commit 437a943677
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
25 changed files with 73 additions and 70 deletions

View file

@ -20,7 +20,7 @@ import (
"github.com/spf13/cobra"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
helmv2 "github.com/fluxcd/helm-controller/api/v2beta1"
helmv2 "github.com/fluxcd/helm-controller/api/v2beta2"
)
var exportHelmReleaseCmd = &cobra.Command{