https://pulumi.com logo
Title
b

bumpy-summer-9075

04/27/2021, 9:37 PM
I can't seem to find a combination of repo/chart/fetchOpts that works to get nginx-ingress. I tried https://pulumi-community.slack.com/archives/C84L4E3N1/p1616682965392300?thread_ts=1616681841.384200&cid=C84L4E3N1 but still get
Error: invocation of kubernetes:helm:template returned an error: failed to generate YAML for specified Helm chart: failed to pull chart: chart "nginx-ingress" not found in <https://kubernetes.github.io/ingress-nginx> repository
(also the error stack trace is humongous) Any ideas? edit: It's
ingress-nginx
and not
nginx-ingress
, I've gone derpy derp.
p

proud-pizza-80589

04/27/2021, 9:43 PM
We are using it daily but from a mirror https://vanderveer.be/2021/chartmuseum-mirror/
b

bumpy-summer-9075

04/27/2021, 9:44 PM
I don't think it's a repo issue, because
pierlucg@pierlucg-laptop ~/g/d/i/pulumi (feature/elb-ssl-termination) [255]> helm search repo ingress-nginx
NAME                            CHART VERSION   APP VERSION     DESCRIPTION                                       
ingress-nginx/ingress-nginx     3.29.0          0.45.0          Ingress controller for Kubernetes using NGINX a...
p

proud-pizza-80589

04/27/2021, 9:46 PM
i always ness up the nginx and ingress order, are you sure the chart is not ingress-nginx ?
☝️ 3
b

bumpy-summer-9075

04/27/2021, 9:47 PM
oh my god
🤦
p

proud-pizza-80589

04/27/2021, 9:47 PM
yeah we use
chart: 'ingress-nginx',
        version: '3.15.2',
🙂
b

bumpy-summer-9075

04/27/2021, 9:48 PM
Thanks, sorry for wasting your time xD
p

proud-pizza-80589

04/27/2021, 9:49 PM
i mess up the order, every single time…
🙃 1