-
Notifications
You must be signed in to change notification settings - Fork 34
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
chore(gitlab): update gitlab chart - bump container image version, change redis chart repo, bump chart version #2668
Conversation
…ange redis chart repo, bump chart version
There had been version bumps to the gitlab helm charts which did not appear to be tracked in the renku repo with version 0.6.8 being the last published release and 0.6.9 being a WIP.
…or publishing gitlab and one for publishing renku
# chart. As renku moves to use of the standard gitlab cloud native chart, this | ||
# will become redundnat but for now it is still in use. | ||
# | ||
# To use this, you will need to remove the chartpress.yaml for building renku and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems sub-optimal - can we contribute a --file
option to the upstream?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds v doable - prob just adding an arg with a default and prob a test.
I can look into it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made jupyterhub/chartpress#170
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me, but I kind of prefer also to have the commented section in the chartpress file.
what's the status here @seanrmurphy ? |
Closing - superceded by #2820. |
There was an issue with v0.6.0 of this helm chart which impacted how prometheus was scraping data from gitlab; that is the primary driver for the new release of this chart (#2656).
It was also noticed that the dependent redis chart must be changed due to the issues with bitnami changing how they publish artifacts and also the gitlab container image was a bit out of date.
This has been deployed within a dedicated namespace, with the renku gitlab dep pointing at this local version 0.6.1 of the gitlab helm chart.