You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a
question in argocd slack channel.
I had same issue with GCS repo. I used chartmuseum as helm repo proxy and configured helm repo URL as http://<svc-name>.<namespace>.svc.cluster.local:8080
I had same issue with GCS repo. I used chartmuseum as helm repo proxy and configured helm repo URL as http://<svc-name>.<namespace>.svc.cluster.local:8080
I was fining with the S3 for Helm Charts and is works only over HTTPS protocol, so index.yaml must be public, that absolutely not appropriate for private repository. The workaround with the chartmuseum as a helm proxy works perfect! Thank you for your little commit there, it save me a lot of time :)
actually it allow configure the SSL and base authorization with some username and password, but it is secure enough, in case you do not create an ingress for the chartmuseum app and access it only inside the cluster
If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a
question in argocd slack channel.
Checklist:
argocd version
.Describe the bug
Seems Argo CD does not support to add helm repository with protocal: "acr".
Does Argo CD only support to add 'http' or 'https' helm repository?
To Reproduce
Try to add a helm repository with protocal "acr". For example: "arc://example.com"
Expected behavior
Helm repository could be added successfully.
Screenshots
Version
Logs
The text was updated successfully, but these errors were encountered: