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 Support #79

Open
jonahbohlmann opened this issue Jul 19, 2022 · 4 comments
Open

Helm Support #79

jonahbohlmann opened this issue Jul 19, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@jonahbohlmann
Copy link

Hello,

I would love to see the possibility to use versionize with helm charts.

Is that desired, in the scope, possible?

Thanks,
Jonah

@saintedlama
Copy link
Collaborator

Helm charts could be an interesting extension? What functionality would you expect?

@jonahbohlmann
Copy link
Author

I would expect, that the version will be set in the Chart.yaml in this field:
version: A SemVer 2 version (required)
https://helm.sh/docs/topics/charts/

If needed, I can provide/create a demo helm chart for testing.

@saintedlama
Copy link
Collaborator

Thanks, a short demo chart could be useful!

@jonahbohlmann
Copy link
Author

@saintedlama here is my latest helm-chart on github: https://github.com/SERGO-GMBH/export-html-helm/

The version needs to be set in the Chart.yaml: https://github.com/SERGO-GMBH/export-html-helm/blob/main/charts/html-export/Chart.yaml

Currently, there is just one chart in this repository. Generally, this kind of repo is monorepo. In the beginning managing the version for one chart per repo was enough, I think.

I also have set up GitHub actions, so you can check there what I currently do.

@cabauman cabauman added the enhancement New feature or request label Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants