We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506d03d commit 383b402Copy full SHA for 383b402
config/manager/kustomization.yaml
@@ -5,4 +5,4 @@ resources:
5
images:
6
- name: fluxcd/kustomize-controller
7
newName: fluxcd/kustomize-controller
8
- newTag: v1.0.0
+ newTag: v1.1.0
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.3
25
github.com/dimchansky/utfbom v1.1.1
26
- github.com/fluxcd/kustomize-controller/api v1.0.0
+ github.com/fluxcd/kustomize-controller/api v1.1.0
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