From 5f55fdf440fe53ca5bfb3c33895ede832cf5fa90 Mon Sep 17 00:00:00 2001 From: Yi Chen Date: Mon, 11 Nov 2024 20:24:47 +0800 Subject: [PATCH] Update tf-operator image to fix clean pod policy issues Signed-off-by: Yi Chen --- arena-artifacts/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arena-artifacts/values.yaml b/arena-artifacts/values.yaml index 67663c296..b3b55959a 100644 --- a/arena-artifacts/values.yaml +++ b/arena-artifacts/values.yaml @@ -28,8 +28,8 @@ binary: # tf-operator tf: enabled: true - image: acs/tf_operator - tag: v1.0-aliyun-a0bb318 + image: acs/tf-operator + tag: v1.0-aliyun-82bde3a imagePullPolicy: IfNotPresent resources: limits: @@ -42,8 +42,8 @@ tf: # tf-dashboard tfdashboard: enabled: true - image: acs/tf_operator - tag: v1.0-aliyun-cfb1239 + image: acs/tf-operator + tag: v1.0-aliyun-82bde3a imagePullPolicy: IfNotPresent resources: limits: