Can not run helm upgrade. Getting error 'Error: fa...
# ask-the-community
s
Can not run helm upgrade. Getting error 'Error: failed to download "flyteorg/flyte-core"'
Copy code
(base) sanjaychouhan@prod-ml-jenkins2:~$ helm upgrade -n flyte -f values-eks.yaml --create-namespace flyte flyteorg/flyte-core
Error: failed to download "flyteorg/flyte-core"
(base) sanjaychouhan@prod-ml-jenkins2:~$
(base) sanjaychouhan@prod-ml-jenkins2:~$ helm repo add flyteorg <https://flyteorg.github.io/flyte>
Error: repository name (flyteorg) already exists, please specify a different name
k
Try to remove it, and add again
Copy code
helm repo remove flyteorg
s
@Kevin Su thanks, it worked.
154 Views