From 947a3f7c1350476e02c5aeaff77eea3adcad1134 Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Wed, 21 May 2025 21:27:55 +0200 Subject: [PATCH] nc versions --- nextcloud/main.yaml | 19 ++++--------------- nextcloud/src/values.yaml | 2 +- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/nextcloud/main.yaml b/nextcloud/main.yaml index 50e030c..61d651a 100644 --- a/nextcloud/main.yaml +++ b/nextcloud/main.yaml @@ -207,18 +207,7 @@ spec: value: cloud.borninpain.de - name: NEXTCLOUD_DATA_DIR value: /var/www/html/data - - name: REDIS_HOST - value: redis-master.redis.svc.cluster.local - - name: REDIS_HOST_PORT - value: "6379" - - name: REDIS_DBINDEX - value: "1" - - name: REDIS_HOST_PASSWORD - valueFrom: - secretKeyRef: - key: redis-pass - name: nextcloud - image: nextcloud:30.0.6-apache + image: nextcloud:31.0.5-apache imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 @@ -303,7 +292,7 @@ spec: value: cloud.borninpain.de - name: NEXTCLOUD_DATA_DIR value: /var/www/html/data - image: nextcloud:30.0.6-apache + image: nextcloud:31.0.5-apache imagePullPolicy: IfNotPresent name: nextcloud-cron resources: {} @@ -343,7 +332,7 @@ spec: name: nextcloud - name: POSTGRES_HOST value: nextcloud-postgresql - image: docker.io/bitnami/postgresql:16.3.0-debian-12-r10 + image: docker.io/bitnami/postgresql:16.6.0-debian-12-r2 name: postgresql-isready resources: {} securityContext: {} @@ -533,7 +522,7 @@ spec: value: error - name: POSTGRESQL_SHARED_PRELOAD_LIBRARIES value: pgaudit - image: docker.io/bitnami/postgresql:16.3.0-debian-12-r10 + image: docker.io/bitnami/postgresql:16.6.0-debian-12-r2 imagePullPolicy: IfNotPresent livenessProbe: exec: diff --git a/nextcloud/src/values.yaml b/nextcloud/src/values.yaml index e37edf1..8b4ed70 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: + tag: 31.0.5-apache pullPolicy: IfNotPresent # pullSecrets: # - myRegistrKeySecretName