From 2441d963b7b0838b7e968587f5c4eac5f244ca95 Mon Sep 17 00:00:00 2001 From: Gustavo Ornaghi Antunes Date: Tue, 12 Nov 2024 08:40:28 -0300 Subject: [PATCH] Update stx-platformclients image to version stx.10.0-v1.5.17 Updated image with the new fixes since the last build Test Plan: - PASS: Execute kubectl command with remote cli - PASS: Execute oidc-auth command with remote cli Story: 2011279 Task: 51327 Depends-On: https://review.opendev.org/c/starlingx/root/+/934743 Change-Id: Ie5b99456017386a81a61281aa83e19aa5def5ad3 Signed-off-by: Gustavo Ornaghi Antunes --- 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 ecf5e82..8a1f1f1 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.10.0-v1.5.16" +export PLATFORM_DOCKER_IMAGE="docker.io/starlingx/stx-platformclients:stx.10.0-v1.5.17" export APPLICATION_DOCKER_IMAGE="docker.io/starlingx/stx-openstackclients:stx.10.0-v1.0.0"