mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-03 16:48:51 +00:00
Use image API v1beta1
Signed-off-by: Michael Bridgen <michael@weave.works>
This commit is contained in:
parent
10c58bb007
commit
34484734d8
21 changed files with 24 additions and 24 deletions
|
|
@ -20,7 +20,7 @@ import (
|
|||
"github.com/spf13/cobra"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
|
||||
autov1 "github.com/fluxcd/image-automation-controller/api/v1alpha2"
|
||||
autov1 "github.com/fluxcd/image-automation-controller/api/v1beta1"
|
||||
)
|
||||
|
||||
var exportImageUpdateCmd = &cobra.Command{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue