From 73a868d45dafa983c39e9c1f91c77dd16608d0a2 Mon Sep 17 00:00:00 2001 From: Thiago Miranda Date: Thu, 13 Jan 2022 07:48:24 -0500 Subject: [PATCH] Update stx-platformclients image to version stx.7.0-v1.5.4 Updated image with the new fixes since the last build and fixes the kubectl version from 1.5.4 to 1.21.3. Closes-Bug: #1955427 Depends-On: https://review.opendev.org/c/starlingx/root/+/824558 Signed-off-by: Thiago Miranda Change-Id: I90840cd61fa0b61b586fa28ca762159fb686a707 --- 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 8bb27cb..fa27386 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.6.0-v1.5.3" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.7.0-v1.5.4" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-centos-stable-latest"