From 638425380e7a9b06de0732cf2d3379f1a17b5b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Jord=C3=A3o=20Jardim?= Date: Wed, 12 May 2021 14:26:33 -0400 Subject: [PATCH] Update stx-platformclients tag to stx.5.0-v1.4.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the image with the updated clients. Test: Some normal commands Commands related with https dcmanager that wasn't working System application-upload that wasn't working when executed from remote cli Closes-Bug: 1928233 Closes-Bug: 1928231 Signed-off-by: Rafael Jordão Jardim Change-Id: I7cc24fece1a235a07f2007bc6b9b67aa2d8ae837 --- 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 773cb22..8b18321 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.2" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.5.0-v1.4.3" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:master-centos-stable-latest"