Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kubernetes/nextcloud/nextcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
fsGroupChangePolicy: OnRootMismatch
containers:
- name: nextcloud
image: nextcloud:33.0.3-fpm-alpine
image: nextcloud:33.0.4-fpm-alpine
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9000
Expand Down Expand Up @@ -171,7 +171,7 @@ spec:
# 5 分おきに cron.php を回す sidecar (NC_backgroundjobs_mode=cron の実体)。
# image 同梱の /cron.sh が busybox crond をフォアグラウンド実行する。
- name: cron
image: nextcloud:33.0.3-fpm-alpine
image: nextcloud:33.0.4-fpm-alpine
imagePullPolicy: IfNotPresent
command: ["/cron.sh"]
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/nextcloud/pre-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: nextcloud
image: nextcloud:33.0.3-fpm-alpine
image: nextcloud:33.0.4-fpm-alpine
command: ["/bin/sh"]
args: ["-c", "exit 0"]
restartPolicy: Never