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

Update image-reflector API to v1beta2

Signed-off-by: Sunny <darkowlzz@protonmail.com>
This commit is contained in:
Sunny
2023-02-16 19:02:48 +00:00
parent 4a871cdf10
commit 9dd98fb2b2
29 changed files with 53 additions and 50 deletions

View File

@@ -19,7 +19,7 @@ package main
import (
"github.com/spf13/cobra"
imagev1 "github.com/fluxcd/image-reflector-controller/api/v1beta1"
imagev1 "github.com/fluxcd/image-reflector-controller/api/v1beta2"
)
var deleteImageRepositoryCmd = &cobra.Command{