Skip to content

Commit

Permalink
Merge pull request #214 from ggogel/renovate/ggogel-seahub-media-11.0.x
Browse files Browse the repository at this point in the history
Update ggogel/seahub-media Docker tag to v11.0.7
  • Loading branch information
ggogel authored Apr 17, 2024
2 parents d6fea57 + 2d583fd commit b0c2445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose/docker-compose-kompose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
restart: always

seahub-media:
image: ggogel/seahub-media:11.0.6
image: ggogel/seahub-media:11.0.7
volumes:
- seahub-avatars:/usr/share/caddy/media/avatars
- seahub-custom:/usr/share/caddy/media/custom
Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
restart: unless-stopped

seahub-media:
image: ggogel/seahub-media:11.0.6
image: ggogel/seahub-media:11.0.7
volumes:
- seahub-avatars:/usr/share/caddy/media/avatars
- seahub-custom:/usr/share/caddy/media/custom
Expand Down
2 changes: 1 addition & 1 deletion k8s/seahub-media-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
io.kompose.service: seahub-media
spec:
containers:
- image: ggogel/seahub-media:11.0.6
- image: ggogel/seahub-media:11.0.7
name: seahub-media
ports:
- containerPort: 80
Expand Down

0 comments on commit b0c2445

Please sign in to comment.