update nextcloud

This commit is contained in:
Philip Haupt
2025-08-24 00:03:53 +02:00
parent dc13b538cf
commit 9e9ce54b84
2 changed files with 3 additions and 3 deletions

View File

@@ -207,7 +207,7 @@ spec:
value: cloud.borninpain.de value: cloud.borninpain.de
- name: NEXTCLOUD_DATA_DIR - name: NEXTCLOUD_DATA_DIR
value: /var/www/html/data value: /var/www/html/data
image: nextcloud:31.0.5-apache image: nextcloud:31.0.8-apache
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
failureThreshold: 3 failureThreshold: 3
@@ -292,7 +292,7 @@ spec:
value: cloud.borninpain.de value: cloud.borninpain.de
- name: NEXTCLOUD_DATA_DIR - name: NEXTCLOUD_DATA_DIR
value: /var/www/html/data value: /var/www/html/data
image: nextcloud:31.0.5-apache image: nextcloud:31.0.8-apache
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: nextcloud-cron name: nextcloud-cron
resources: {} resources: {}

View File

@@ -5,7 +5,7 @@ image:
repository: nextcloud repository: nextcloud
flavor: apache flavor: apache
# default is generated by flavor and appVersion # default is generated by flavor and appVersion
tag: 31.0.5-apache tag: 31.0.8-apache
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# pullSecrets: # pullSecrets:
# - myRegistrKeySecretName # - myRegistrKeySecretName