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.
1 parent be46262 commit a0c6143Copy full SHA for a0c6143
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