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 89adcec commit 7cda7d5Copy full SHA for 7cda7d5
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.0.1
+ newTag: v1.0.2
go.mod
@@ -9,7 +9,7 @@ require (
9
github.com/Masterminds/semver/v3 v3.4.0
10
github.com/dgraph-io/badger/v4 v4.8.0
11
github.com/elazarl/goproxy v1.7.2
12
- github.com/fluxcd/image-reflector-controller/api v1.0.1
+ github.com/fluxcd/image-reflector-controller/api v1.0.2
13
github.com/fluxcd/pkg/apis/acl v0.9.0
14
github.com/fluxcd/pkg/apis/event v0.20.0
15
github.com/fluxcd/pkg/apis/meta v1.22.0
0 commit comments