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
I had a broken repo, preventing helm upgrade from working:
$ helm "upgrade""--install""--wait""ingress-nginx""--create-namespace""--namespace""ingress-nginx""https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.3.0/ingress-nginx-4.3.0.tgz"Release "ingress-nginx" does not exist. Installing it now.Error: no cached repo found. (try 'helm repo update'): open /Users/jan/Library/Caches/helm/repository/azure-index.yaml: no such file or directory
The output in the console however was just:
installing NGINX chart
Release "ingress-nginx" does not exist. Installing it now.
installed: you might need to restart docker-desktop if localhost:443 doesn't forward to nginx
Not sure if helm didn't return a non-zero exit code, but it seems that the STDERR output was getting lost.
The text was updated successfully, but these errors were encountered:
I had a broken repo, preventing
helm upgrade
from working:The output in the console however was just:
Not sure if
helm
didn't return a non-zero exit code, but it seems that the STDERR output was getting lost.The text was updated successfully, but these errors were encountered: