Can not run helm upgrade. Getting error 'Error: fa...
# flyte-support
g
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
g
Try to remove it, and add again
Copy code
helm repo remove flyteorg
👍 1
g
@glamorous-carpet-83516 thanks, it worked.
158 Views