-
Notifications
You must be signed in to change notification settings - Fork 17
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
Make sure we generate the correct helm chart #13
Comments
helm chart allows for overriding of the repo and the tag on chart build by setting: Currently on CI for PR/Master this is set to For release is set to So in this case, I would keep the master and PRs as is, would not change master to point always to I would also keep releases as is, as it seemed to work as expected (we would need to push a new release to check that we are not missing anything. In any case, IIRC those values are overridable on chart install by setting So I would say that points 2,3,4 are done missing a new release to check that everything goes as expected. Point 5 was done today when the operator was updated and tests fixed to the new code, all images worked as expected. Basically missing the OBS stuff, but that should be a simple workflow to trigger the building process on OBS using the new REPO/TAG to build the chart AND the images. |
Actually, the helm char of |
FYI, we can introduce a check for this in CI that basically builds the chart with some X values for those and then we can check with |
Next step would be to publish elemental-operator Helm chart on registry.suse.com with other official SUSE helm charts |
I have build initial helm chart for |
Adding README to elemtal-operator helm chart #56 |
Problem
We have upstream operator images and OBS images, but we want to generate one chart only that can be used for both ( the image should be tweakable from the values file).
Action item
registry.suse.com
The text was updated successfully, but these errors were encountered: