1
0
mirror of synced 2026-02-06 19:05:55 +00:00

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
25 changed files with 73 additions and 70 deletions

View File

@@ -20,7 +20,7 @@ import (
"fmt"
"strings"
helmv2 "github.com/fluxcd/helm-controller/api/v2beta1"
helmv2 "github.com/fluxcd/helm-controller/api/v2beta2"
"github.com/fluxcd/flux2/v2/internal/utils"
)