Bump version in kustomization and go.mod

Signed-off-by: Max Jonas Werner <mail@makk.es>
This commit is contained in:
Max Jonas Werner 2023-09-18 16:39:49 +02:00
parent 97ac75d00e
commit 7ae8cc7f81
No known key found for this signature in database
GPG Key ID: EB525E0F02B52140
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@ resources:
images:
- name: fluxcd/image-automation-controller
newName: fluxcd/image-automation-controller
newTag: v0.36.0
newTag: v0.36.1

2
go.mod
View File

@ -15,7 +15,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.3
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371
github.com/cyphar/filepath-securejoin v0.2.4
github.com/fluxcd/image-automation-controller/api v0.36.0
github.com/fluxcd/image-automation-controller/api v0.36.1
github.com/fluxcd/image-reflector-controller/api v0.30.0
github.com/fluxcd/pkg/apis/acl v0.1.0
github.com/fluxcd/pkg/apis/event v0.5.2