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

Helm Chart still on 0.1.0 version and image tag latest #244

Open
gioppoluca opened this issue Dec 15, 2022 · 1 comment
Open

Helm Chart still on 0.1.0 version and image tag latest #244

gioppoluca opened this issue Dec 15, 2022 · 1 comment

Comments

@gioppoluca
Copy link

Chart still on the same version while new releases seems to be published.
Also image tag in values is latest please pin it to the proper version image

@kskewes-sf
Copy link
Contributor

kskewes-sf commented Dec 15, 2022

Thank you for specific information.
There are a few other issues about the helm chart (like helm3, GHCR, etc) and I agree it needs a refresh.

Overall I'm currently working through a backlog of items and this includes the CI process.
I've just created issue #245 with some proposed improvements.

Also image tag in values is latest please pin it to the proper version image

It would be good to land on something here.
Currently the chart references Docker Hub which we don't push to anymore (now GHCR) and the latest tag is not being added by GHA (see #245).

To bump the image tag on every git tag (release) it requires a git commit back in to the repo.
This might be a little troublesome during a GitHub Action.
If we publish a Helm Chart as part of a git tag (release) (per #245) then in users deploy pipelines and automation they might be want to pin helm chart and container version to the value (e.g: v1.2). My wording could be improved here and welcome the dialog so we can land on the best option. What do you think?

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

2 participants