From 4295049bccdde8241f37d8192abf81cb1aca0da2 Mon Sep 17 00:00:00 2001 From: Yucheng Date: Fri, 20 Dec 2019 19:39:04 +0800 Subject: [PATCH] Update fleet-ctr.yaml.template --- elastic-ctr-cli/fleet-ctr.yaml.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elastic-ctr-cli/fleet-ctr.yaml.template b/elastic-ctr-cli/fleet-ctr.yaml.template index 846d451..df68354 100755 --- a/elastic-ctr-cli/fleet-ctr.yaml.template +++ b/elastic-ctr-cli/fleet-ctr.yaml.template @@ -21,7 +21,7 @@ spec: imagePullSecrets: - name: default-secret containers: - - image: hub.baidubce.com/ctr/fleet-ctr:93 + - image: hub.baidubce.com/ctr/fleet-ctr:latest command: - paddle_k8s - start_fluid @@ -113,7 +113,7 @@ spec: imagePullSecrets: - name: default-secret containers: - - image: hub.baidubce.com/ctr/fleet-ctr:93 + - image: hub.baidubce.com/ctr/fleet-ctr:latest command: - paddle_k8s - start_fluid -- GitLab