Skip to content

Commit ed4d6a6

Browse files
chore: merge
2 parents 69cb2af + a0c6143 commit ed4d6a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/nextcloud/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
type: "RuntimeDefault"
3535
initContainers:
3636
- name: init
37-
image: "nextcloud:31.0.8-fpm"
37+
image: "nextcloud:31.0.9-fpm"
3838
command: ["sh", "-c", "rsync -ar /usr/src/nextcloud/ /dest/html"]
3939
volumeMounts:
4040
- name: "shared-data"
@@ -94,7 +94,7 @@ spec:
9494
readOnly: true
9595
mountPath: "/var/www"
9696
- name: "nextcloud"
97-
image: "nextcloud:31.0.8-fpm"
97+
image: "nextcloud:31.0.9-fpm"
9898
imagePullPolicy: "IfNotPresent"
9999
envFrom:
100100
- configMapRef:

0 commit comments

Comments
 (0)