Did anyone solve the problem with argocd ?

Options
Matthias
Matthias Member Posts: 4

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

Answers