Use Kubernetes v1.19.15 in kubeadm-aio image

Update Kubernetes version to v1.19.15, the latest patch release of the
earliest supported version (as of 2021-09-15).

Change-Id: Ia8f398098dfafa7fc029c982c71bce4a876668de
This commit is contained in:
Phil Sphicas 2021-10-07 22:08:06 -07:00
parent 22e50a5569
commit 05f2a42330
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
---
version:
kubernetes: v1.18.9
kubernetes: v1.19.15
helm: v2.17.0
cni: v0.8.5

View File

@ -35,7 +35,7 @@ ENV GOOGLE_KUBERNETES_REPO_URL ${GOOGLE_KUBERNETES_REPO_URL}
ARG HELM_REPO_URL=https://get.helm.sh
ENV HELM_REPO_URL ${HELM_REPO_URL}
ARG KUBE_VERSION="v1.18.9"
ARG KUBE_VERSION="v1.19.15"
ENV KUBE_VERSION ${KUBE_VERSION}
ARG CNI_VERSION="v0.8.5"

View File

@ -36,7 +36,7 @@ all:
helm:
tiller_image: ghcr.io/helm/tiller:v2.17.0
k8s:
kubernetesVersion: v1.18.9
kubernetesVersion: v1.19.15
imageRepository: k8s.gcr.io
certificatesDir: /etc/kubernetes/pki
selfHosted: false