From e39ad37d3d6755ef59982dc937f0dccf961e7887 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 13 Jul 2023 22:07:17 +0200 Subject: upgrade standalone kubelets and nextcloud containers --- inventory/host_vars/sk-cloudio/nextcloud.yml | 4 ++++ inventory/host_vars/sk-cloudio/vars.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'inventory/host_vars/sk-cloudio') diff --git a/inventory/host_vars/sk-cloudio/nextcloud.yml b/inventory/host_vars/sk-cloudio/nextcloud.yml index 17b38a8e..28836af7 100644 --- a/inventory/host_vars/sk-cloudio/nextcloud.yml +++ b/inventory/host_vars/sk-cloudio/nextcloud.yml @@ -17,6 +17,7 @@ nextcloud_instances: database: type: mariadb version: 10.5.13 + #version: 10.11.4 password: "{{ vault_nextcloud_database_passwords['wolke.elevate.at'] }}" custom_image: dockerfile: | @@ -37,6 +38,7 @@ nextcloud_instances: database: type: mariadb version: 10.5.13 + #version: 10.11.4 password: "{{ vault_nextcloud_database_passwords['insomnia.skillz.biz'] }}" nc.skillz.biz: # new: true @@ -49,6 +51,7 @@ nextcloud_instances: database: type: mariadb version: 10.5.13 + #version: 10.11.4 password: "{{ vault_nextcloud_database_passwords['nc.skillz.biz'] }}" wae.elevate.at: # new: true @@ -61,6 +64,7 @@ nextcloud_instances: database: type: mariadb version: 10.5.13 + #version: 10.11.4 password: "{{ vault_nextcloud_database_passwords['wae.elevate.at'] }}" wolke.elev8.at: # new: true diff --git a/inventory/host_vars/sk-cloudio/vars.yml b/inventory/host_vars/sk-cloudio/vars.yml index 7e7379c6..69f68e88 100644 --- a/inventory/host_vars/sk-cloudio/vars.yml +++ b/inventory/host_vars/sk-cloudio/vars.yml @@ -70,7 +70,7 @@ kubelet_storage: properties: quota: 20G -kubernetes_version: 1.27.1 +kubernetes_version: 1.27.3 kubernetes_cri_tools_pkg_version: 1.26.0-00 kubernetes_container_runtime: docker kubernetes_standalone_max_pods: 100 -- cgit v1.2.3