Update toolkit components

- image-automation-controller to v1.0.0
  https://github.com/fluxcd/image-automation-controller/blob/v1.0.0/CHANGELOG.md

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
fluxcdbot
2025-09-16 10:55:13 +00:00
committed by Matheus Pimenta
parent b6e0e8fd63
commit 99b51ad525
24 changed files with 30 additions and 30 deletions

View File

@ -30,7 +30,7 @@ import (
. "github.com/onsi/gomega"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
automationv1 "github.com/fluxcd/image-automation-controller/api/v1beta2"
automationv1 "github.com/fluxcd/image-automation-controller/api/v1"
reflectorv1 "github.com/fluxcd/image-reflector-controller/api/v1"
"github.com/fluxcd/pkg/apis/meta"
sourcev1 "github.com/fluxcd/source-controller/api/v1"