Skip to content

Error: unknown command "push" for "helm" #3

@petewall

Description

@petewall

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:

  1. Upgrade to the latest helm and use the newly built-in push
  2. Change to use cm-push
  3. Pin the version of the chartmuseum plugin to before the rename from push to cm-push

Note, I'm using version 1.0.0 of this resource image from dockerhub.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions