From 651d9b5778d9ae11482c0a746531a615f8f2c619 Mon Sep 17 00:00:00 2001 From: Joao Soubihe Date: Tue, 12 Oct 2021 15:55:23 -0300 Subject: [PATCH] Update stx-platformclients tag to stx.6.0-v1.5.0 This commit updates the image with the updated clients. Story: 2008675 Task: 43598 Depends-On: https://review.opendev.org/c/starlingx/root/+/813688 Signed-off-by: Joao Soubihe Change-Id: I631417927ddf6065a7fd87b1656f70aa61661128 --- remote_cli/docker_image_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote_cli/docker_image_version.sh b/remote_cli/docker_image_version.sh index 8b18321..432d68d 100644 --- a/remote_cli/docker_image_version.sh +++ b/remote_cli/docker_image_version.sh @@ -1,2 +1,2 @@ -export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.5.0-v1.4.3" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.6.0-v1.5.0" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-centos-stable-latest"