From 90624343b6a61f824a9ba35e31238aa16820a8eb Mon Sep 17 00:00:00 2001 From: "s.saghari" Date: Sat, 14 Sep 2024 11:18:16 +0330 Subject: [PATCH] beacuse flyte-binary image has no version tag, it is replaced with flyte-binary-release for prevent confusin Signed-off-by: s.saghari Signed-off-by: sorush saghari --- charts/flyte-binary/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/flyte-binary/values.yaml b/charts/flyte-binary/values.yaml index 3f87556c3e..7180c2877b 100644 --- a/charts/flyte-binary/values.yaml +++ b/charts/flyte-binary/values.yaml @@ -207,7 +207,7 @@ deployment: # image Configure image to use for Flyte image: # repository Flyte image repository - repository: cr.flyte.org/flyteorg/flyte-binary # FLYTE_IMAGE + repository: cr.flyte.org/flyteorg/flyte-binary-release # FLYTE_IMAGE # tag Flyte image tag tag: latest # FLYTE_TAG # pullPolicy Flyte image pull policy