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 a0439ef commit 43ebe98Copy full SHA for 43ebe98
2 files changed
config/manager/kustomization.yaml
@@ -6,4 +6,4 @@ resources:
6
images:
7
- name: fluxcd/source-controller
8
newName: fluxcd/source-controller
9
- newTag: v1.9.1
+ newTag: v1.9.2
go.mod
@@ -39,7 +39,7 @@ require (
39
github.com/fluxcd/pkg/tar v1.2.0
40
github.com/fluxcd/pkg/testserver v0.14.0
41
github.com/fluxcd/pkg/version v0.16.0
42
- github.com/fluxcd/source-controller/api v1.9.1
+ github.com/fluxcd/source-controller/api v1.9.2
43
github.com/go-git/go-billy/v5 v5.9.0
44
github.com/go-git/go-git/v5 v5.19.1
45
github.com/go-logr/logr v1.4.3
0 commit comments