-
Notifications
You must be signed in to change notification settings - Fork 171
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
Publish Helm chart on releases #277
Comments
Any update on this? is there a way to do the deployment using helm before the k6 operator helm chart is published to be alongside the rest of the helm charts in https://grafana.github.io/helm-charts |
I have the same question. I am waiting this to be released to helm-charts repository, so I can use it as dependency in our GitOps project, like:
I tried to use this but I am getting error: |
until the helm chart will not be release in the grafana repository, will not be usable...can we have an idea of when this will be completed? thanks a lot |
What I do currently, I copy the chart directory to our GitOps repo and use it like that. It works fine, but it's not the convenient way, especially if there are some changes to the chart. |
Hello 👋 |
@yorugac Thank you for your reply. Please let me know if you need any help with it, I would like to contribute |
@mladenrtl, thanks for the offer! I've already had to tinker with the Chart last week: it seems there are some requirements in how folders must be organized to make all the CI Helm tooling work 😕 It is in the branch but putting it as PR here so it's more visible: I think the only thing left there is getting the correct auth token which is a fully internal process and WIP; but I'm not 100% certain some other caveat won't appear. We'll see! |
@yorugac Thank you very much for the update. I will track this issue, and I hope it will be fixed soon. |
A small but happy update 🙂 The epic with Github authentication to helm-charts is finally looking close to the finish line.The 1st version of Helm chart was published yesterday + bump to 0.0.11 today and can now be installed with these commands:
|
Related PR: grafana/helm-charts#2728 Regardless of what happens with this PR to helm-charts, I believe this issue can be considered done: right now, Helm release will be triggered on any change to This implies that updates of Helm will require manual bumps of versions in |
Feature Description
There should be a CI workflow on k6-operator releases publishing Helm chart to the repository.
Suggested Solution (optional)
It appears that all (?) Grafana Helm charts are published here:
https://grafana.github.io/helm-charts/
These can likely be used as code references:
Already existing or connected issues / PRs (optional)
Depends on:
The text was updated successfully, but these errors were encountered: