kubernetes-sigs / external-dns

Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
Apache License 2.0
7.75k stars 2.58k forks source link

Cant pull helm chart with ArgoCD #4895

Open mrksph opened 2 days ago

mrksph commented 2 days ago

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:

Failed to load target state: 
failed to generate manifest for source 1 of 1: 
rpc error: code = Unknown desc = error fetching chart: 
failed to fetch chart: failed to get command args to log: `helm pull --destination /tmp/bd513b51-3a95-4031-95ae-eaf63054b2b7 --version 8.6.0 --repo https://charts.bitnami.com/bitnami bitnami/external-dns` failed 
exit status 1: Error: chart "bitnami/external-dns" version "8.6.0" not found in https://charts.bitnami.com/bitnami repository

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!