-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Cant pull helm chart with ArgoCD #4895
Comments
I'm also seeing this, but deployed via crossplane and helm provider. I've been running it for awhile though, only 8.6.0 isn't working for me
Reverting to the previous version I was using, 8.5.1 is working I do see it in helm search though...
🤔 |
FYI, I made it work using a different repo:
|
I seem to be having the same problem, in my case it is with the helm chart of thanos which is also from bitnami |
Have you tried to use a different helm chart repository (if it's available)? |
No, I haven't tried a different Helm chart repository since, in the case of Thanos, the most well-known and widely used repository is the Bitnami one. It's quite strange because it works perfectly fine with version These versions do exist in the repository: ❯ helm search repo bitnami/thanos --versions
NAME CHART VERSION APP VERSION DESCRIPTION
bitnami/thanos 15.8.4 0.37.1 Thanos is a highly available metrics system tha...
bitnami/thanos 15.8.3 0.37.0 Thanos is a highly available metrics system tha...
bitnami/thanos 15.8.2 0.37.0 Thanos is a highly available metrics system tha...
bitnami/thanos 15.8.1 0.36.1 Thanos is a highly available metrics system tha...
bitnami/thanos 15.8.0 0.36.1 Thanos is a highly available metrics system tha... Other Helm charts and repositories I have deployed, such as |
I'm happy for you to have this discussion here, but I want to point out that this project doesn't have any relationship with helm charts hosted anywhere else. Also, using Argo or other tools makes no difference from the point of view of what we do. |
Hello! Probably your issue is occuring because your chart URL is pointing to the https endpoint. Since november 18th, bitnami only stores their charts as OCI artifacts (more info here) Try modifying your bitnamy chart url from: to: |
Thanks @TMigue I remember I tried using OCI artifacts repo but maybe I didnt set the correct URL. Im closing this one |
Hello!
Im using ArgoCD to deploy services to my k3s cluster in my homelab. I want to add external-dns]. I've added it succesfully using Helm CLI to the cluster. But when using ArgoCD, it is failing with the following error:
I was following a YouTube tutorial where the author was using helmfile instead of ArgoCD, here is the repo from the video: https://github.com/dreamsofautonomy/homelab/blob/main/helm/helmfile.yaml
I was just trying to "translate" what he did with helmfile to ArgoCD but I'm stuck right now at this point.
Any help is appreciated!
The text was updated successfully, but these errors were encountered: