From 7175469644141f98d5e089606572bc437dd54998 Mon Sep 17 00:00:00 2001 From: Thiago Miranda Date: Thu, 20 Jan 2022 11:03:15 -0500 Subject: [PATCH] Fix incorrect kubectl client version in stx-platformclients With the change from kubernetes-1.21.3 to kubernetes-1.21.8, this image was not updated on time. This commit fix this, by using the new kubectl version 1.21.8. Test Plan: 1) Rebuilt stx-platformclients and tested the new kubectl version Partial-Bug: #1958551 Signed-off-by: Thiago Miranda Change-Id: I8ef2b77cc3034660f38ba6c1ab7442008800b4be --- .../centos/stx-platformclients.stable_docker_image | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image b/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image index 666e0dc5..3ab0f341 100644 --- a/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image +++ b/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image @@ -2,10 +2,10 @@ BUILDER=loci LABEL=stx-platformclients PROJECT=infra PROJECT_REPO=nil -DIST_PACKAGES="python-devel libffi-devel openssl-devel which bash-completion helm kubernetes-1.21.3-client" +DIST_PACKAGES="python-devel libffi-devel openssl-devel which bash-completion helm kubernetes-1.21.8-client" PIP_PACKAGES="pycrypto httplib2 pylint pyopenssl ndg-httpsclient pyasn1 \ six prettytable PyYAML python-keystoneclient python-barbicanclient \ python-openstackclient cgtsclient fmclient distributedcloud_client \ osprofiler beautifulsoup4 oidcauthtools mechanize html5lib webencodings \ nfv-client" -CUSTOMIZATION="ln -s /usr/local/kubernetes/1.21.3/stage2/usr/bin/kubectl /usr/bin/" \ No newline at end of file +CUSTOMIZATION="ln -s /usr/local/kubernetes/1.21.8/stage2/usr/bin/kubectl /usr/bin/"