File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
bases/image-automation-controller Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/fluxcd/cli-utils v0.36.0-flux.15
1414 github.com/fluxcd/go-git-providers v0.24.0
1515 github.com/fluxcd/helm-controller/api v1.4.0
16- github.com/fluxcd/image-automation-controller/api v1.0.0
16+ github.com/fluxcd/image-automation-controller/api v1.0.1
1717 github.com/fluxcd/image-reflector-controller/api v1.0.1
1818 github.com/fluxcd/kustomize-controller/api v1.7.0
1919 github.com/fluxcd/notification-controller/api v1.7.1
Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ github.com/fluxcd/go-git-providers v0.24.0 h1:g+96IxOG1g0kf/DOFUFMkz1MtKvG5aeqmk
176176github.com/fluxcd/go-git-providers v0.24.0 /go.mod h1:RH1ei52TOdIb/GgPd22tr7kIuPD/xc8XTy5sKpV9xM8 =
177177github.com/fluxcd/helm-controller/api v1.4.0 h1:SIU/H+pKdaxF+hT3+0ZreoCw7rfBW5wsS2HCNt0pThw =
178178github.com/fluxcd/helm-controller/api v1.4.0 /go.mod h1:qmt+v3nIjxjmToxW3Q7Tye5aCLt3oS1YLqAAMjV2MyY =
179- github.com/fluxcd/image-automation-controller/api v1.0.0 h1:VyVtPy/MTEg7BFgwxIFhp/GADjjeY5po9Ba4uw9LVpI =
180- github.com/fluxcd/image-automation-controller/api v1.0.0 /go.mod h1:hI4BA09jtuIg3oQqCQsO3NIeWe5RbZ0+T9TjvVQbdH8 =
179+ github.com/fluxcd/image-automation-controller/api v1.0.1 h1:clmZZqbnfbpClEfyFlgDYK7hrmVZfFPrXwIaaXaI/UQ =
180+ github.com/fluxcd/image-automation-controller/api v1.0.1 /go.mod h1:hI4BA09jtuIg3oQqCQsO3NIeWe5RbZ0+T9TjvVQbdH8 =
181181github.com/fluxcd/image-reflector-controller/api v1.0.1 h1:ZEUOZYdxt2vyrcTc911K0i7PZJtgm1otTfUrZk6cgPw =
182182github.com/fluxcd/image-reflector-controller/api v1.0.1 /go.mod h1:J562aKopNq0H2m0Hnz2M9kOwwyLjjwPwJgNBiIlNHQo =
183183github.com/fluxcd/kustomize-controller/api v1.7.0 h1:5AO+pNY24qdJxxmtKNauplalII2HwED936pOMIDqNOA =
Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33resources :
4- - https://github.com/fluxcd/image-automation-controller/releases/download/v1.0.0 /image-automation-controller.crds.yaml
5- - https://github.com/fluxcd/image-automation-controller/releases/download/v1.0.0 /image-automation-controller.deployment.yaml
4+ - https://github.com/fluxcd/image-automation-controller/releases/download/v1.0.1 /image-automation-controller.crds.yaml
5+ - https://github.com/fluxcd/image-automation-controller/releases/download/v1.0.1 /image-automation-controller.deployment.yaml
66- account.yaml
77transformers :
88- labels.yaml
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ resources:
66- https://github.com/fluxcd/helm-controller/releases/download/v1.4.0/helm-controller.crds.yaml
77- https://github.com/fluxcd/notification-controller/releases/download/v1.7.1/notification-controller.crds.yaml
88- https://github.com/fluxcd/image-reflector-controller/releases/download/v1.0.1/image-reflector-controller.crds.yaml
9- - https://github.com/fluxcd/image-automation-controller/releases/download/v1.0.0 /image-automation-controller.crds.yaml
9+ - https://github.com/fluxcd/image-automation-controller/releases/download/v1.0.1 /image-automation-controller.crds.yaml
1010- https://github.com/fluxcd/source-watcher/releases/download/v2.0.1/source-watcher.crds.yaml
You can’t perform that action at this time.
0 commit comments