Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please regularly release new containers with up-to-date helm version #86

Open
lhriley opened this issue Oct 27, 2021 · 0 comments
Open

Comments

@lhriley
Copy link

lhriley commented Oct 27, 2021

Hello,

I'm not sure what your release process is like, but looking at https://quay.io/repository/codefreshplugins/cfstep-helm?tab=tags it seems that "occasional" might be a good description with the last release for helm 3.6.2 from about a month ago.

Unfortunately, we rely on Google Artifact Repository for storing helm chart artifacts, and neither Codefresh SaaS nor this helm container support that use case.

The specific blocker is that there were some breaking changes introduced in v3.7.1 (current stable) when using the HELM_EXPERIMENTAL_OCI=1 environment variable to enable support for using OCI registries.

The workaround at present is to use the latest container tag (3.6.2) and install the binary we need using the commands block:

bash -c "curl -sL "https://get.helm.sh/helm-v${OUR_HELM_VERSION}-linux-amd64.tar.gz" | tar xz -C /tmp && mv /tmp/linux-amd64/helm /usr/local/bin/helm; chmod +x /usr/local/bin/helm; helm version;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant