We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69cb2af + a0c6143 commit ed4d6a6Copy full SHA for ed4d6a6
apps/nextcloud/deployment.yaml
@@ -34,7 +34,7 @@ spec:
34
type: "RuntimeDefault"
35
initContainers:
36
- name: init
37
- image: "nextcloud:31.0.8-fpm"
+ image: "nextcloud:31.0.9-fpm"
38
command: ["sh", "-c", "rsync -ar /usr/src/nextcloud/ /dest/html"]
39
volumeMounts:
40
- name: "shared-data"
@@ -94,7 +94,7 @@ spec:
94
readOnly: true
95
mountPath: "/var/www"
96
- name: "nextcloud"
97
98
imagePullPolicy: "IfNotPresent"
99
envFrom:
100
- configMapRef:
0 commit comments