From 99a57f3dd3f788fd1d45e1858b2769cf47aab9c8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 13 Oct 2023 21:19:09 +0200 Subject: sk-(cloudio|tomnex-nc): upggade kubelet to 1.28.2 and add redis for nextcloud --- inventory/host_vars/sk-tomnext-nc.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'inventory/host_vars/sk-tomnext-nc.yml') diff --git a/inventory/host_vars/sk-tomnext-nc.yml b/inventory/host_vars/sk-tomnext-nc.yml index f8af167f..0ea6e0a1 100644 --- a/inventory/host_vars/sk-tomnext-nc.yml +++ b/inventory/host_vars/sk-tomnext-nc.yml @@ -88,7 +88,7 @@ kubelet_storage: properties: quota: 15G -kubernetes_version: 1.27.3 +kubernetes_version: 1.28.2 kubernetes_cri_tools_pkg_version: 1.26.0-00 kubernetes_container_runtime: docker kubernetes_standalone_max_pods: 15 @@ -118,15 +118,17 @@ nextcloud_zfs: nextcloud_instances: team.tomwaitz.eu: # new: true - version: 27.0.2 + version: 27.1.1 port: 8100 hostnames: - team.tomwaitz.eu zfs_properties: quota: 780G + redis: + version: 7.2.1 database: type: mariadb - version: 10.11.4 + version: 10.11.5 password: "{{ vault_nextcloud_database_passwords['team.tomwaitz.eu'] }}" custom_image: dockerfile: | -- cgit v1.2.3