We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ffcbd commit 72569e0Copy full SHA for 72569e0
2 files changed
config/manager/kustomization.yaml
@@ -5,4 +5,4 @@ resources:
5
images:
6
- name: fluxcd/image-reflector-controller
7
newName: fluxcd/image-reflector-controller
8
- newTag: v1.2.0
+ newTag: v1.2.1
go.mod
@@ -9,7 +9,7 @@ require (
9
github.com/Masterminds/semver/v3 v3.5.0
10
github.com/dgraph-io/badger/v4 v4.9.1
11
github.com/elazarl/goproxy v1.8.4
12
- github.com/fluxcd/image-reflector-controller/api v1.2.0
+ github.com/fluxcd/image-reflector-controller/api v1.2.1
13
github.com/fluxcd/pkg/apis/acl v0.10.0
14
github.com/fluxcd/pkg/apis/event v0.27.1
15
github.com/fluxcd/pkg/apis/meta v1.30.1
0 commit comments