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 28e1dc8 commit bf7f901Copy full SHA for bf7f901
config/manager/kustomization.yaml
@@ -5,4 +5,4 @@ resources:
5
images:
6
- name: fluxcd/kustomize-controller
7
newName: fluxcd/kustomize-controller
8
- newTag: v1.1.0
+ newTag: v1.1.1
go.mod
@@ -23,7 +23,7 @@ require (
23
github.com/aws/aws-sdk-go-v2/service/sts v1.21.5
24
github.com/cyphar/filepath-securejoin v0.2.4
25
github.com/dimchansky/utfbom v1.1.1
26
- github.com/fluxcd/kustomize-controller/api v1.1.0
+ github.com/fluxcd/kustomize-controller/api v1.1.1
27
github.com/fluxcd/pkg/apis/acl v0.1.0
28
github.com/fluxcd/pkg/apis/event v0.5.2
29
github.com/fluxcd/pkg/apis/kustomize v1.1.1
0 commit comments