nc versions
This commit is contained in:
@@ -207,18 +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
|
||||||
- name: REDIS_HOST
|
image: nextcloud:31.0.5-apache
|
||||||
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
|
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
@@ -303,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:30.0.6-apache
|
image: nextcloud:31.0.5-apache
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: nextcloud-cron
|
name: nextcloud-cron
|
||||||
resources: {}
|
resources: {}
|
||||||
@@ -343,7 +332,7 @@ spec:
|
|||||||
name: nextcloud
|
name: nextcloud
|
||||||
- name: POSTGRES_HOST
|
- name: POSTGRES_HOST
|
||||||
value: nextcloud-postgresql
|
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
|
name: postgresql-isready
|
||||||
resources: {}
|
resources: {}
|
||||||
securityContext: {}
|
securityContext: {}
|
||||||
@@ -533,7 +522,7 @@ spec:
|
|||||||
value: error
|
value: error
|
||||||
- name: POSTGRESQL_SHARED_PRELOAD_LIBRARIES
|
- name: POSTGRESQL_SHARED_PRELOAD_LIBRARIES
|
||||||
value: pgaudit
|
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
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
|
|||||||
@@ -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:
|
tag: 31.0.5-apache
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# pullSecrets:
|
# pullSecrets:
|
||||||
# - myRegistrKeySecretName
|
# - myRegistrKeySecretName
|
||||||
|
|||||||
Reference in New Issue
Block a user