Skip to content

Commit

Permalink
Merge pull request #9 from soerenschneider/renovate/nextcloud-29.x
Browse files Browse the repository at this point in the history
Update nextcloud Docker tag to v29.0.6
  • Loading branch information
soerenschneider authored Sep 14, 2024
2 parents 4e5b783 + 119be0c commit 40c729d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/nextcloud/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
type: "RuntimeDefault"
initContainers:
- name: init
image: "nextcloud:29.0.1-fpm"
image: "nextcloud:29.0.6-fpm"
command: ["sh", "-c", "rsync -ar /usr/src/nextcloud/ /dest/html"]
volumeMounts:
- name: "shared-data"
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
readOnly: true
mountPath: "/var/www"
- name: "nextcloud"
image: "nextcloud:29.0.1-fpm"
image: "nextcloud:29.0.6-fpm"
imagePullPolicy: "IfNotPresent"
envFrom:
- configMapRef:
Expand Down

0 comments on commit 40c729d

Please sign in to comment.