Skip to content

Commit 73dfd21

Browse files
Merge pull request #69 from soerenschneider/renovate/nextcloud-29.x
Update nextcloud Docker tag to v29.0.7
2 parents 3921c85 + a90b8a8 commit 73dfd21

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:29.0.6-fpm"
37+
image: "nextcloud:29.0.7-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:29.0.6-fpm"
97+
image: "nextcloud:29.0.7-fpm"
9898
imagePullPolicy: "IfNotPresent"
9999
envFrom:
100100
- configMapRef:

0 commit comments

Comments
 (0)