-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The container for this resource installs Helm at version 3.2.2, but installs the chartmuseum push plugin at head:
RUN helm plugin install https://github.com/chartmuseum/helm-push.git
As of Helm 3.7, the helm push
command is built-in, so the chartmuseum changed to helm cm-push
: chartmuseum/helm-push#116
This has led to my pipelines failing with this error:
Error: unknown command "push" for "helm"
Did you mean this?
pull
Some options:
- Upgrade to the latest helm and use the newly built-in push
- Change to use
cm-push
- Pin the version of the chartmuseum plugin to before the rename from
push
tocm-push
Note, I'm using version 1.0.0 of this resource image from dockerhub.
Metadata
Metadata
Assignees
Labels
No labels