-
Notifications
You must be signed in to change notification settings - Fork 4
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 versioned chart #226
Comments
Yep. Definately something we need to do but not so simple so might take some time... |
@ekampf any ETA on this one? It would provide easier deployment path |
@svyatoslavmo no ETA I can share yet but it is at the top of my list |
@svyatoslavmo would love some feedback on #265 |
Yes, thank you! @ekampf |
@svyatoslavmo isnt the reason Helm chart has |
Yes, because it's one version for all changes. Your end user will bump just the chart version, regardless what's been changed. |
I see... ok will make it work on #265 |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
I'm ok with either method in general, but for the way my company currently manages these type of resources moving the chart version in lock step with the application version is easiest. Hosting on GitHub OCI is also perfectly fine. |
Any updates on this? we are using the Operator in our clusters but it's not great to have to install it by hand |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
bump |
@AlexisDaciuk sorry it has been taking so long... PR is almost ready at #479 |
Seems like the PR is ready, we would also benefit from that. Any timelines for the deployment? |
@HaddadJoe PR is merged and new operator released 😃 |
What is missing?
A native helm way of installing the chart without cloning the git repository.
Why do we need it?
To integrate with our deployment pipeline, we have to setup a extra pre process that pulls the git repository to extract the helm chart for use in the remaining parts of our pipeline.
Environment
Twingate Kubernetes Operator version:
`0.6.2
Anything else we need to know?:
Publishing this through GitHub packages should be fine, but we haven't use that explicitly. We've used the GitHub pages method of publishing the chart many times though.
The text was updated successfully, but these errors were encountered: