-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
helm: Add support for remote chart version
Currently, the cilium charts are embedded inside cilium cli binary, which will require a new cilium/charts bump in go.mod and then a new release for cilium-cli. It's making sense to do so if some other code changes are required to make installation working for new char version, but most of the time, only go.mod upgrade is required. This commit is to add the capability to install new chart version without the need of releasing or installing new cilium-cli. Signed-off-by: Tam Mach <[email protected]>
- Loading branch information
Showing
1 changed file
with
48 additions
and
3 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