From 4b3650a64c3b96be8bf3712baa5585e4783051e5 Mon Sep 17 00:00:00 2001 From: xiao zhang Date: Tue, 12 Jul 2022 16:12:47 +0800 Subject: [PATCH] fix gpu-manager image version gpu-manager image version postfix is wrong, fix it --- gpu-manager.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu-manager.yaml b/gpu-manager.yaml index 5a9f2aa0f..9245f9a24 100644 --- a/gpu-manager.yaml +++ b/gpu-manager.yaml @@ -37,7 +37,7 @@ spec: nvidia-device-enable: enable hostPID: true containers: - - image: tkestack/gpu-manager:1.0.3 + - image: tkestack/gpu-manager:v1.0.3 imagePullPolicy: Always name: gpu-manager securityContext: