Release v1.1.0
Signed-off-by: Sunny <github@darkowlzz.space>
This commit is contained in:
parent
037bc864be
commit
d1a931ae8c
|
|
@ -5,4 +5,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/helm-controller
|
||||
newName: fluxcd/helm-controller
|
||||
newTag: v1.0.0
|
||||
newTag: v1.1.0
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -17,7 +17,7 @@ replace (
|
|||
require (
|
||||
github.com/Masterminds/semver v1.5.0
|
||||
github.com/fluxcd/cli-utils v0.36.0-flux.9
|
||||
github.com/fluxcd/helm-controller/api v1.0.1
|
||||
github.com/fluxcd/helm-controller/api v1.1.0
|
||||
github.com/fluxcd/pkg/apis/acl v0.3.0
|
||||
github.com/fluxcd/pkg/apis/event v0.10.1
|
||||
github.com/fluxcd/pkg/apis/kustomize v1.6.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue