Did anyone solve the problem with argocd ?

helm works as expected.
but install helm chart per argocd does not work.
command:
argocd app create solacecharts
–repo https://solaceproducts.github.io
–helm-chart solacecharts/pubsubplus-dev
–revision 3.3.2
–dest-server https://kubernetes.default.svc
error:
FATA[0001] rpc error: code = InvalidArgument desc = application spec for solacecharts is invalid: InvalidSpecError: repository not accessible: repositories not accessible:
&Repository{Repo: “https://solaceproducts.github.io”, Type: “”, Name: “”, Project: “”}: repo client error while testing repository: rpc error: code = Unknown desc = error t
esting repository connectivity: failed to get index: 404 Not Found
all other old versions had the same error.
Regards
Matthias

Hi @Matthias ,

Reading this error it doesn’t seem like a Solace specific thing. Can you try what they recommended here:
https://stackoverflow.com/questions/65897034/argocd-helm-chart-repository-not-accessible
and specify it as a chart instead of a repo?

Hope that helps!