https://flyte.org logo
#ask-the-community
Title
# ask-the-community
s

Sanjay Chouhan

11/04/2022, 7:22 AM
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

Kevin Su

11/04/2022, 7:27 AM
Try to remove it, and add again
Copy code
helm repo remove flyteorg
s

Sanjay Chouhan

11/04/2022, 7:31 AM
@Kevin Su thanks, it worked.
2 Views