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

Move to v1alpha2 image update APIs

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals
2021-04-22 13:23:10 +02:00
parent e9531e4d57
commit 3a8aad7e5c
21 changed files with 43 additions and 36 deletions

View File

@@ -22,7 +22,7 @@ import (
"github.com/spf13/cobra"
apimeta "k8s.io/apimachinery/pkg/api/meta"
autov1 "github.com/fluxcd/image-automation-controller/api/v1alpha1"
autov1 "github.com/fluxcd/image-automation-controller/api/v1alpha2"
meta "github.com/fluxcd/pkg/apis/meta"
)