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

[BUG] Missing Helm Chart Version v1.2.1 in Chart Repository #823

Closed
ak-mustafa opened this issue Jan 9, 2025 · 6 comments
Closed

[BUG] Missing Helm Chart Version v1.2.1 in Chart Repository #823

ak-mustafa opened this issue Jan 9, 2025 · 6 comments
Labels
kind/bug Something isn't working

Comments

@ak-mustafa
Copy link

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

  • Kubernetes/OpenShift Version: K8s AKS 1.30.0

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.

@ak-mustafa ak-mustafa added the kind/bug Something isn't working label Jan 9, 2025
@MuneebAijaz
Copy link
Contributor

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

@MuneebAijaz
Copy link
Contributor

@ak-mustafa
Copy link
Author

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?

@MuneebAijaz
Copy link
Contributor

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.

@ak-mustafa
Copy link
Author

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

@MuneebAijaz
Copy link
Contributor

no worries, closing this issue. feel free to repoen if any questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants