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 20f8f3c commit eb7d3c9Copy full SHA for eb7d3c9
config/manager/kustomization.yaml
@@ -6,4 +6,4 @@ resources:
6
images:
7
- name: fluxcd/source-controller
8
newName: fluxcd/source-controller
9
- newTag: v0.22.4
+ newTag: v0.22.5
go.mod
@@ -29,7 +29,7 @@ require (
29
github.com/fluxcd/pkg/testserver v0.2.0
30
github.com/fluxcd/pkg/untar v0.1.0
31
github.com/fluxcd/pkg/version v0.1.0
32
- github.com/fluxcd/source-controller/api v0.22.4
+ github.com/fluxcd/source-controller/api v0.22.5
33
github.com/go-git/go-billy/v5 v5.3.1
34
github.com/go-git/go-git/v5 v5.4.2
35
github.com/go-logr/logr v1.2.2
0 commit comments