Skip to content
Snippets Groups Projects
Unverified Commit 0c995c1e authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Remove last 1.19.5 references (#7107)

parent ad244ab7
Branches
Tags
No related merge requests found
# Use imutable image tags rather than mutable tags (like ubuntu:18.04) # Use imutable image tags rather than mutable tags (like ubuntu:18.04)
FROM ubuntu:bionic-20200807 FROM ubuntu:bionic-20200807
ENV KUBE_VERSION=v1.19.5 ENV KUBE_VERSION=v1.19.6
RUN mkdir /kubespray RUN mkdir /kubespray
WORKDIR /kubespray WORKDIR /kubespray
......
...@@ -17,7 +17,7 @@ kube_token_dir: "{{ kube_config_dir }}/tokens" ...@@ -17,7 +17,7 @@ kube_token_dir: "{{ kube_config_dir }}/tokens"
kube_api_anonymous_auth: true kube_api_anonymous_auth: true
## Change this to use another Kubernetes version, e.g. a current beta release ## 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. # Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G) # Note: ensure that you've enough disk space (about 1G)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment