Update image-automation-controller API to v1beta2

Signed-off-by: Sunny <github@darkowlzz.space>
This commit is contained in:
Sunny 2024-05-07 08:34:10 +00:00
parent 7b8906fe41
commit 4edc640d0c
No known key found for this signature in database
GPG key ID: C58440AB02208FDD
20 changed files with 49 additions and 49 deletions

View file

@ -22,7 +22,7 @@ import (
"github.com/spf13/cobra"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
autov1 "github.com/fluxcd/image-automation-controller/api/v1beta1"
autov1 "github.com/fluxcd/image-automation-controller/api/v1beta2"
sourcev1 "github.com/fluxcd/source-controller/api/v1"
)