Release v1.2.0
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
parent
94c60d50dc
commit
9463301e5e
|
@ -5,4 +5,4 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: fluxcd/helm-controller
|
- name: fluxcd/helm-controller
|
||||||
newName: fluxcd/helm-controller
|
newName: fluxcd/helm-controller
|
||||||
newTag: v1.1.0
|
newTag: v1.2.0
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -17,7 +17,7 @@ replace (
|
||||||
require (
|
require (
|
||||||
github.com/Masterminds/semver v1.5.0
|
github.com/Masterminds/semver v1.5.0
|
||||||
github.com/fluxcd/cli-utils v0.36.0-flux.12
|
github.com/fluxcd/cli-utils v0.36.0-flux.12
|
||||||
github.com/fluxcd/helm-controller/api v1.1.0
|
github.com/fluxcd/helm-controller/api v1.2.0
|
||||||
github.com/fluxcd/pkg/apis/acl v0.6.0
|
github.com/fluxcd/pkg/apis/acl v0.6.0
|
||||||
github.com/fluxcd/pkg/apis/event v0.16.0
|
github.com/fluxcd/pkg/apis/event v0.16.0
|
||||||
github.com/fluxcd/pkg/apis/kustomize v1.9.0
|
github.com/fluxcd/pkg/apis/kustomize v1.9.0
|
||||||
|
|
Loading…
Reference in New Issue