Skip to content

Commit

Permalink
In Contrail Ansible Deployer, change kubernetes version to 1.12.1.
Browse files Browse the repository at this point in the history
Change-Id: Ia57f63323423c5316f909a943fe6f023e8bb1797
Closes-Bug: #1805872
  • Loading branch information
mprasannajuniper committed Nov 29, 2018
1 parent c691a1a commit 70aa87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/k8s/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

- name: set k8s version to default
set_fact:
k8s_version: "1.9.2"
k8s_version: "1.12.1"
- name: set k8s version from ENV if defined
set_fact:
k8s_version: "{{ global_configuration.K8S_VERSION }}"
Expand Down

0 comments on commit 70aa87b

Please sign in to comment.