-
Notifications
You must be signed in to change notification settings - Fork 520
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
[BUG] Missing Helm Chart Version v1.2.1 in Chart Repository #823
Comments
Its not missing we separeted versioning of charts and images since they are different artifacts and should be handled differently. details are added here https://github.com/stakater/Reloader/releases/tag/v1.2.0 |
it was also mentioned here https://github.com/stakater/Reloader/releases/tag/v1.1.0 |
I understand. But does it make sense to add releases or tags to the chart repository in order to track the helm chart version properly? |
can you configure your application to track this package in ghcr? https://github.com/stakater/Reloader/pkgs/container/charts%2Freloader we can create another line of tags in reloader repo with name reloader/helm-chart etc. but normal git tag should point to image updates, not chart. |
Thanks Muneeb, I'll fetch helmchart version instaed of git tag to release info. It will also work as expected. Thanks for quick response. Have a nice day |
no worries, closing this issue. feel free to repoen if any questions. |
Describe the bug
The updatecli tool detected a new release version v1.2.1 for the Reloader Helm chart in the GitHub repository:
https://github.com/stakater/Reloader.
However, this version is not available in the chart repository:
https://stakater.github.io/stakater-charts.
This prevents us from updating our Helm chart versions automatically.
To Reproduce
Use updatecli to fetch the latest Helm chart versions.
Observe that version v1.2.1 is detected in the GitHub repository but not in the chart repository.
Expected behavior
Version v1.2.1 should be available in the chart repository at:
https://stakater.github.io/stakater-charts.
Screenshots
N/A
Environment
Additional context
Our Helm charts rely on the chart repository URL to fetch the latest release tags for automatic updates. Kindly verify if the version v1.2.1 has been uploaded to the chart repository.
The text was updated successfully, but these errors were encountered: