Skip to content

Commit

Permalink
Update docker.io/library/nextcloud Docker tag to v29.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent aed3822 commit 68c9e63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kube/nextcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
spec:
containers:
- name: app
image: docker.io/library/nextcloud:29.0.6
image: docker.io/library/nextcloud:29.0.7
resources:
limits:
memory: 2Gi
Expand Down Expand Up @@ -59,7 +59,7 @@ spec:
mountPath: /var/www/html/data:z
subPath: data
- name: cron
image: docker.io/library/nextcloud:29.0.6
image: docker.io/library/nextcloud:29.0.7
command: ["/cron.sh"]
volumeMounts:
- name: nextcloud
Expand All @@ -76,7 +76,7 @@ spec:
subPath: data
initContainers:
- name: init-dirs
image: docker.io/library/nextcloud:29.0.6
image: docker.io/library/nextcloud:29.0.7
command: ["mkdir", "-p", "/data/app", "/data/apps", "/data/config", "/data/data"]
volumeMounts:
- name: nextcloud
Expand Down

0 comments on commit 68c9e63

Please sign in to comment.