Browse Source

Remove last 1.19.5 references (#7107)

pull/7109/head
Florian Ruynat 3 years ago
committed by GitHub
parent
commit
0c995c1ea7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. 2
      Dockerfile
  2. 2
      inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml

2
Dockerfile

@ -1,7 +1,7 @@
# Use imutable image tags rather than mutable tags (like ubuntu:18.04)
FROM ubuntu:bionic-20200807
ENV KUBE_VERSION=v1.19.5
ENV KUBE_VERSION=v1.19.6
RUN mkdir /kubespray
WORKDIR /kubespray

2
inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml

@ -17,7 +17,7 @@ kube_token_dir: "{{ kube_config_dir }}/tokens"
kube_api_anonymous_auth: true
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.19.5
kube_version: v1.19.6
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)

Loading…
Cancel
Save