Skip to content

Commit

Permalink
Update docker.io/library/nextcloud Docker tag to v29.0.5 (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 21, 2024
1 parent 18dc59e commit 15a4309
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.4
image: docker.io/library/nextcloud:29.0.5
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.4
image: docker.io/library/nextcloud:29.0.5
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.4
image: docker.io/library/nextcloud:29.0.5
command: ["mkdir", "-p", "/data/app", "/data/apps", "/data/config", "/data/data"]
volumeMounts:
- name: nextcloud
Expand Down

0 comments on commit 15a4309

Please sign in to comment.