Bug 1841: LTS Support K8s upgrade
This fix changes the K8s version to 1.23 in installation scripts.
Change-Id: Id020ece215f62ac9633a5190392350dbb8da515a
Signed-off-by: aticig <gulsum.atici@canonical.com>
diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile
index ef178e1..0ec01f7 100644
--- a/docker/LCM/Dockerfile
+++ b/docker/LCM/Dockerfile
@@ -40,7 +40,7 @@
# https://kubernetes.io/releases/
RUN curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - \
&& echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | tee -a /etc/apt/sources.list.d/kubernetes.list \
- && apt-get update && apt-get install -y kubectl=1.20.14-00
+ && apt-get update && apt-get install -y kubectl=1.23.3-00
RUN curl https://get.helm.sh/helm-v2.17.0-linux-amd64.tar.gz --output helm-v2.17.0.tar.gz \
&& tar -zxvf helm-v2.17.0.tar.gz \