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 0ba68c2 commit d221269Copy full SHA for d221269
config/manager/kustomization.yaml
@@ -6,4 +6,4 @@ resources:
6
images:
7
- name: fluxcd/source-watcher
8
newName: fluxcd/source-watcher
9
- newTag: v2.0.2
+ newTag: v2.0.3
go.mod
@@ -17,7 +17,7 @@ require (
17
github.com/fluxcd/pkg/tar v0.16.0
18
github.com/fluxcd/pkg/testserver v0.13.0
19
github.com/fluxcd/source-controller/api v1.7.2
20
- github.com/fluxcd/source-watcher/api/v2 v2.0.2
+ github.com/fluxcd/source-watcher/api/v2 v2.0.3
21
github.com/onsi/gomega v1.38.2
22
github.com/opencontainers/go-digest v1.0.0
23
github.com/spf13/pflag v1.0.10
0 commit comments