mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-20 02:35:42 +00:00
Update fluxcd/pkg/kustomize dependency
This fixes the issue where only .yaml was accepted by `flux build/diff` for a kustomization file extension. It also adds support for kustomize componenents. Signed-off-by: Soule BA <soule@weave.works>
This commit is contained in:
parent
91965ddfc9
commit
da9df03675
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
|
@ -17,7 +17,7 @@ require (
|
|||
github.com/fluxcd/pkg/apis/meta v0.18.0
|
||||
github.com/fluxcd/pkg/git v0.7.0
|
||||
github.com/fluxcd/pkg/git/gogit v0.3.1
|
||||
github.com/fluxcd/pkg/kustomize v0.10.0
|
||||
github.com/fluxcd/pkg/kustomize v0.12.0
|
||||
github.com/fluxcd/pkg/oci v0.16.0
|
||||
github.com/fluxcd/pkg/runtime v0.24.0
|
||||
github.com/fluxcd/pkg/sourceignore v0.3.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue