Skip to content

Commit

Permalink
chore(deps): update nextcloud docker tag to v30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 11, 2024
1 parent 66f0774 commit b92b4c1
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.8-fpm"
image: "nextcloud:30.0.2-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.8-fpm"
image: "nextcloud:30.0.2-fpm"
imagePullPolicy: "IfNotPresent"
envFrom:
- configMapRef:
Expand Down

0 comments on commit b92b4c1

Please sign in to comment.