From c6152f60226e97b0c2111abb945d8b6a4ccc3054 Mon Sep 17 00:00:00 2001 From: Thiago Miranda Date: Fri, 21 Jan 2022 16:38:33 -0500 Subject: [PATCH] Update stx-platformclients image to version stx.7.0-v1.5.5 Updated image with the new fixes since the last build and fixes the kubectl version from 1.21.3 to 1.21.8. Closes-Bug: #1958551 Depends-On: https://review.opendev.org/c/starlingx/root/+/825884 Signed-off-by: Thiago Miranda Change-Id: I5835502e49f1757b1a8d5ab3a46e8e3db0b36803 --- 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 fa27386..b9bcbba 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.7.0-v1.5.4" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.7.0-v1.5.5" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-centos-stable-latest"