-
Notifications
You must be signed in to change notification settings - Fork 5.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
Helm repositories with self signed certs doesn't work when used as umbrella charts #3693
Comments
hello @MohamedTalhaoui , Try registering your repository using
Thanks, |
Hi, I am using declarative setup and the helm repo definition looks like this
I still have the error. |
Any update ? |
I can reproduce with latest argocd release 1.6.1 Maybe related to #3539 |
I was able to workaround this issue by forcing the use of absolute path in the chartmuseum chart repo. I was able to test with harbor (that uses chartmuseum underneath). Not sure if this issue is still in ArgoCD scope, so I let you guys decided it you want to keep it or close it. |
Almost 2 year old 'relevant' bug. Do you guys have any plan to fix it ? |
Is this still reproducible after #6458? |
I use 2.12.1 and it is still broken |
Describe the bug
I have deployed chartmuseum and configured argocd to use it as a helm repository.
I have also added the self signed certificate
Helm Repository is correctly added and argocd can connect to it.
My chartmuseum hosts a base helm chart that I wish to use as a umbrella chart.
I have a git repo containing a child helm chart that depends on my base helm chart
Sync of the child helm chart fails with
To Reproduce
Deploy a chartmuseum
Push a base hel chart to the chartmuseum
Register chartmuseum as a helm repository in argocd
Add the chartmuseum self-signed cert to argocd-tls-certs-cm
Create a git repo with a child helm chart depending on the base
Create an argocd application to sync the child helm chart
The sync fails with
Expected behavior
The sync should be succesful
Screenshots
If applicable, add screenshots to help explain your problem.
Version
Logs
The text was updated successfully, but these errors were encountered: