Skip to content

remove version from Helm chart #3091

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

Closed
meysholdt opened this issue Feb 3, 2021 · 0 comments · Fixed by #3192
Closed

remove version from Helm chart #3091

meysholdt opened this issue Feb 3, 2021 · 0 comments · Fixed by #3192
Assignees
Milestone

Comments

@meysholdt
Copy link
Member

Sometimes people take the helm chart from this repository and try to install Gitpod with it.
That will almost always fail, because the helm chart pulls in the wrong version of the docker images.
Since images and chart are tightly coupled, the chart will only work with the images that were built from the same commit.

It's easy to do this when taking the chart from the installer.

version: 0.6.0-beta5

When using the helm chart from this repository, it should be mandatory to explicitly set the version value.
When using the chart from charts.gitpod.io or the installer, setting version manually is not necessary, because Werft will have ingrained the version into the packaged chart.

There should be a good error message when running helm install gitpod without --set 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

Successfully merging a pull request may close this issue.

2 participants