Skip to content

Commit

Permalink
Merge pull request #245 from ggogel/renovate/ggogel-seahub-11.0.x
Browse files Browse the repository at this point in the history
Update ggogel/seahub Docker tag to v11.0.9
  • Loading branch information
ggogel authored May 31, 2024
2 parents 7d7cf90 + be9b868 commit 56e226a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compose/docker-compose-kompose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
restart: always

seahub:
image: ggogel/seahub:11.0.8
image: ggogel/seahub:11.0.9
volumes:
- seafile-data:/shared
- seahub-avatars:/shared/seafile/seahub-data/avatars
Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose-swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
endpoint_mode: dnsrr

seahub:
image: ggogel/seahub:11.0.8
image: ggogel/seahub:11.0.9
volumes:
- seafile-data:/shared
- seahub-avatars:/shared/seafile/seahub-data/avatars
Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
restart: unless-stopped

seahub:
image: ggogel/seahub:11.0.8
image: ggogel/seahub:11.0.9
volumes:
- seafile-data:/shared
- seahub-avatars:/shared/seafile/seahub-data/avatars
Expand Down
2 changes: 1 addition & 1 deletion k8s/seahub-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
value: [email protected]
- name: SEAFILE_ADMIN_PASSWORD
value: asecret
image: ggogel/seahub:11.0.8
image: ggogel/seahub:11.0.9
name: seahub
ports:
- containerPort: 8000
Expand Down

0 comments on commit 56e226a

Please sign in to comment.