![Phil Sphicas](/assets/img/avatar_default.png)
Update Kubernetes version to v1.19.15, the latest patch release of the earliest supported version (as of 2021-09-15). Change-Id: Ia8f398098dfafa7fc029c982c71bce4a876668de
33 lines
995 B
YAML
33 lines
995 B
YAML
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
---
|
|
version:
|
|
kubernetes: v1.19.15
|
|
helm: v2.17.0
|
|
cni: v0.8.5
|
|
|
|
proxy:
|
|
http: null
|
|
https: null
|
|
noproxy: null
|
|
|
|
images:
|
|
kubernetes:
|
|
kubeadm_aio: openstackhelm/kubeadm-aio:dev
|
|
|
|
url:
|
|
google_kubernetes_repo: https://storage.googleapis.com/kubernetes-release/release/{{ version.kubernetes }}/bin/linux/amd64
|
|
helm_repo: https://get.helm.sh
|
|
cni_repo: https://github.com/containernetworking/plugins/releases/download/{{ version.cni }}
|
|
...
|