Include kubectl v1.21 and v1.22 to supported list
Adding kubectl version 1.21.14 and 1.22.17 to the list of supported kubectl versions in the vault manager container image. This is for supporting platform upgrade from stx.6.0 to stx.8.0. Test Plan: PASS Manual build of the image PASS vault sanity with the new image Story: 2010930 Task: 49423 Change-Id: Ie10abc6473790cf44b9d69c4d706338d5063aa5b Signed-off-by: Tae Park <tae.park@windriver.com>
This commit is contained in:
parent
9e4244e492
commit
7c22500b16
@ -7,7 +7,7 @@ from debian:stable-slim
|
||||
# https://kubernetes.io/releases/
|
||||
|
||||
ENV KUBE_LATEST_VERSION="v1.28.4"
|
||||
ENV KUBE_VERSIONS="v1.28.4 v1.27.8 v1.26.11 v1.25.16 v1.24.17 v1.23.17"
|
||||
ENV KUBE_VERSIONS="v1.28.4 v1.27.8 v1.26.11 v1.25.16 v1.24.17 v1.23.17 v1.22.17 v1.21.14"
|
||||
ENV KUBECTL_DL_URL="https://storage.googleapis.com/kubernetes-release/release/${KUBE_LATEST_VERSION}/bin/linux/amd64/kubectl"
|
||||
ENV KUBECTL_INSTALL_PATH="/usr/local/bin"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user