Release v1.0.1
Signed-off-by: Soule BA <bah.soule@gmail.com>
This commit is contained in:
parent
964e7500ad
commit
671a2743d3
|
|
@ -5,4 +5,4 @@ resources:
|
|||
images:
|
||||
- name: fluxcd/helm-controller
|
||||
newName: fluxcd/helm-controller
|
||||
newTag: v1.0.0
|
||||
newTag: v1.0.1
|
||||
|
|
|
|||
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.7
|
||||
github.com/fluxcd/helm-controller/api v1.0.0
|
||||
github.com/fluxcd/helm-controller/api v1.0.1
|
||||
github.com/fluxcd/pkg/apis/acl v0.3.0
|
||||
github.com/fluxcd/pkg/apis/event v0.9.0
|
||||
github.com/fluxcd/pkg/apis/kustomize v1.5.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue