Haytham Abuelfutuh
Robin Kahlow
07/06/2022, 5:55 PMHaytham Abuelfutuh
flyteadmin-release:v1.1.0
)Shahwar Saleem
07/06/2022, 5:58 PMhelm template
, looks like the templates are still pointing to v1.0.2
Haytham Abuelfutuh
Shahwar Saleem
07/06/2022, 6:00 PMRobin Kahlow
07/06/2022, 6:00 PMflytescheduler:
image:
tag: v1.1.0
repository: <http://cr.flyte.org/flyteorg/flytescheduler-release|cr.flyte.org/flyteorg/flytescheduler-release>
pullPolicy: IfNotPresent
then doing helm upgrade worked fine for meYuvraj
07/06/2022, 6:02 PMhelm repo add flyteorg <https://helm.flyte.org>
helm repo update
helm upgrade -n flyte --create-namespace flyte flyteorg/flyte-core -f <https://raw.githubusercontent.com/flyteorg/flyte/master/charts/flyte-core/values-eks.yaml> -f values-override.yaml --install (It wll install the latest helm release)
Shahwar Saleem
07/06/2022, 6:03 PM