-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update flux build to have parity with other flux commands (#798)
This is a breaking change that updates the format of the `flux build` command to have parity with `get` and `diff` commands. Example to build a single kustomziation: ```bash $ flux-local build ks apps --path tests/testdata/cluster/ ``` Example to inflate a single helm release: ```bash $ flux-local build hr podinfo -n podinfo --path tests/testdata/cluster ``` The old behavior `flux-local build tests/testdata/cluster/` can still be achieved with `build all`: ```bash $ flux-local build all tests/testdata/cluster/ ``` Fixes #795
- Loading branch information
1 parent
e59d232
commit 95afdcf
Showing
5 changed files
with
2,215 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ spec: | |
operation: copy | ||
url: oci://ghcr.io/stefanprodan/charts/podinfo | ||
ref: | ||
semver: ">= 6.0.0" | ||
semver: "== 6.7.1" |
Oops, something went wrong.