|
@@ -2,6 +2,9 @@ appVolumeMounts:
|
|
|
nextcloud-data:
|
|
|
emptyDir: true
|
|
|
mountPath: /var/www
|
|
|
+cronjob:
|
|
|
+ enabled: false
|
|
|
+ schedule: 1 */24 * * *
|
|
|
dnsConfig:
|
|
|
options: []
|
|
|
emptyDirVolumes: true
|
|
@@ -9,7 +12,7 @@ environmentVariables: []
|
|
|
image:
|
|
|
pullPolicy: IfNotPresent
|
|
|
repository: nextcloud
|
|
|
- tag: 24.0.1
|
|
|
+ tag: 24.0.2
|
|
|
ixChartContext: {}
|
|
|
nextcloud:
|
|
|
datadir: /var/www/html/data
|
|
@@ -39,6 +42,3 @@ service:
|
|
|
nodePort: 31000
|
|
|
updateStrategy: Recreate
|
|
|
useServiceNameForHost: true
|
|
|
-cronjob:
|
|
|
- enabled: false
|
|
|
- schedule: "1 */24 * * *"
|