Skip to content
Snippets Groups Projects
Verified Commit cec1fd9d authored by Varac's avatar Varac
Browse files

Update k8s to v1.14.3-rancher1-1

parent def79ffa
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@ nextcloud_mariadb_password: "{{ lookup('password', '{{ secret_directory }}/nextc
nextcloud_mariadb_root_password: "{{ lookup('password', '{{ secret_directory }}/nextcloud_mariadb_root_password chars=ascii_letters') }}"
grafana_admin_password: "{{ lookup('password', '{{ secret_directory }}/grafana_admin_password chars=ascii_letters') }}"
# Kubernetes version
kubernetes_version: "v1.14.3-rancher1-1"
# git repo versions
git_charts_version: 'HEAD'
git_local_storage_version: 'HEAD'
......
......@@ -72,7 +72,7 @@ authorization:
mode: rbac
options: {}
ignore_docker_version: false
kubernetes_version: "v1.13.5-rancher1-3"
kubernetes_version: {{ kubernetes_version }}
private_registries: []
ingress:
# Set this to none, so we can install nginx ourselves.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment