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 46e4b34 commit a89529dCopy full SHA for a89529d
2 files changed
config/manager/kustomization.yaml
@@ -6,4 +6,4 @@ resources:
6
images:
7
- name: fluxcd/source-watcher
8
newName: fluxcd/source-watcher
9
- newTag: v2.1.0
+ newTag: v2.1.1
go.mod
@@ -18,7 +18,7 @@ require (
18
github.com/fluxcd/pkg/tar v0.17.0
19
github.com/fluxcd/pkg/testserver v0.13.0
20
github.com/fluxcd/source-controller/api v1.8.0
21
- github.com/fluxcd/source-watcher/api/v2 v2.1.0
+ github.com/fluxcd/source-watcher/api/v2 v2.1.1
22
github.com/onsi/gomega v1.39.1
23
github.com/opencontainers/go-digest v1.0.0
24
github.com/spf13/pflag v1.0.10
0 commit comments