We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ab2eb commit cecc445Copy full SHA for cecc445
config/manager/kustomization.yaml
@@ -5,4 +5,4 @@ resources:
5
images:
6
- name: fluxcd/kustomize-controller
7
newName: fluxcd/kustomize-controller
8
- newTag: v1.3.0
+ newTag: v1.4.0
go.mod
@@ -17,7 +17,7 @@ require (
17
github.com/cyphar/filepath-securejoin v0.3.2
18
github.com/dimchansky/utfbom v1.1.1
19
github.com/fluxcd/cli-utils v0.36.0-flux.9
20
- github.com/fluxcd/kustomize-controller/api v1.3.0
+ github.com/fluxcd/kustomize-controller/api v1.4.0
21
github.com/fluxcd/pkg/apis/acl v0.3.0
22
github.com/fluxcd/pkg/apis/event v0.10.1
23
github.com/fluxcd/pkg/apis/kustomize v1.6.1
0 commit comments