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 <ThiagoOliveira.Miranda@windriver.com>
Change-Id: I8ef2b77cc3034660f38ba6c1ab7442008800b4be
This commit is contained in:
Thiago Miranda 2022-01-20 11:03:15 -05:00 committed by Thiago Oliveira Miranda
parent ed7319ab40
commit 7175469644

View File

@ -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/"
CUSTOMIZATION="ln -s /usr/local/kubernetes/1.21.8/stage2/usr/bin/kubectl /usr/bin/"