adamant-zoo-87864
06/22/2022, 4:13 AMhelm upgrade flyte flyteorg/flyte-core -f <https://raw.githubusercontent.com/flyteorg/flyte/master/charts/flyte-core/values-sandbox.yaml> -f values-override.yaml -n flyte
In step 3. I get the following error
Error: failed to download "flyteorg/flyte-core"
After checking, the flyte-core not installed after running the “flytectl demo start” command, and I not found the flyte-core repository in flyteorg. The flyte-core have still in use or has it been dropped?freezing-airport-6809
flytectl sandbox start
-> sandbox instead of demofreezing-airport-6809
freezing-airport-6809
freezing-airport-6809
freezing-airport-6809
adamant-zoo-87864
06/22/2022, 4:17 AMadamant-zoo-87864
06/22/2022, 4:38 AMfreezing-airport-6809
freezing-airport-6809
adamant-zoo-87864
06/22/2022, 4:54 AMfreezing-airport-6809
tall-lock-23197
helm dep update
in the cloned flyte repository’s flyte/charts/flyte-core
directory?adamant-zoo-87864
06/22/2022, 7:19 AMtall-lock-23197
helm upgrade
in flyte
repo. Can you run helm install -n flyte -f <https://raw.githubusercontent.com/flyteorg/flyte/master/charts/flyte-core/values-sandbox.yaml> --create-namespace flyte flyte/flyte-core
in the flyte
repo?tall-lock-23197
Error: failed to download "flyteorg/flyte-core"
. How should this error be resolved?great-school-54368
06/28/2022, 9:27 AMhelm repo add flyteorg <https://flyte.org/flyte>
before helm repo update
& upgrade
adamant-zoo-87864
06/28/2022, 9:50 AMgreat-school-54368
06/28/2022, 9:51 AMhelm upgrade flyte-core flyteorg/flyte-core -f <https://raw.githubusercontent.com/flyteorg/flyte/master/charts/flyte-core/values-sandbox.yaml> -f values-override.yaml -n flyte
adamant-zoo-87864
06/28/2022, 9:57 AMfreezing-airport-6809