Add new Kubernetes version hashes and set default to 1.17.6 (#6183)

* Add new Kubernetes version hashes and set default to 1.17.6

* Do not rebase against master when commiting a release branch
This commit is contained in:
Florian Ruynat
2020-05-25 11:43:11 +02:00
committed by GitHub
parent 1f4ef0e86e
commit 31094b1768
5 changed files with 33 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ kube_users_dir: "{{ kube_config_dir }}/users"
kube_api_anonymous_auth: true
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.17.5
kube_version: v1.17.6
# kubernetes image repo define
kube_image_repo: "k8s.gcr.io"