Oliver Nguyen
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?Ketan (kumare3)
flytectl sandbox start
-> sandbox instead of demoOliver Nguyen
06/22/2022, 4:17 AMKetan (kumare3)
Oliver Nguyen
06/22/2022, 4:54 AMKetan (kumare3)
Samhita Alla
helm dep update
in the cloned flyte repository’s flyte/charts/flyte-core
directory?Oliver Nguyen
06/22/2022, 7:19 AMSamhita Alla
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?Error: failed to download "flyteorg/flyte-core"
. How should this error be resolved?Yuvraj
06/28/2022, 9:27 AMhelm repo add flyteorg <https://flyte.org/flyte>
before helm repo update
& upgrade
Oliver Nguyen
06/28/2022, 9:50 AMYuvraj
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
Oliver Nguyen
06/28/2022, 9:57 AMKetan (kumare3)