From 9e9ce54b847595fb5ec5a8be7d98a1b16046c5ab Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Sun, 24 Aug 2025 00:03:53 +0200 Subject: [PATCH] update nextcloud --- nextcloud/main.yaml | 4 ++-- nextcloud/src/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nextcloud/main.yaml b/nextcloud/main.yaml index c065b76..768fadc 100644 --- a/nextcloud/main.yaml +++ b/nextcloud/main.yaml @@ -207,7 +207,7 @@ spec: value: cloud.borninpain.de - name: NEXTCLOUD_DATA_DIR value: /var/www/html/data - image: nextcloud:31.0.5-apache + image: nextcloud:31.0.8-apache imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 @@ -292,7 +292,7 @@ spec: value: cloud.borninpain.de - name: NEXTCLOUD_DATA_DIR value: /var/www/html/data - image: nextcloud:31.0.5-apache + image: nextcloud:31.0.8-apache imagePullPolicy: IfNotPresent name: nextcloud-cron resources: {} diff --git a/nextcloud/src/values.yaml b/nextcloud/src/values.yaml index aac570b..ec05823 100644 --- a/nextcloud/src/values.yaml +++ b/nextcloud/src/values.yaml @@ -5,7 +5,7 @@ image: repository: nextcloud flavor: apache # default is generated by flavor and appVersion - tag: 31.0.5-apache + tag: 31.0.8-apache pullPolicy: IfNotPresent # pullSecrets: # - myRegistrKeySecretName