Skip to content

Commit

Permalink
chore(deps): update docker.io/bitnami/mongodb-sharded docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 9c55474 commit 8d1b46e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.4'
services:

mongodb-shard0:
image: docker.io/bitnami/mongodb-sharded:3.6
image: docker.io/bitnami/mongodb-sharded:8.0
environment:
- MONGODB_ADVERTISED_HOSTNAME=mongodb-shard0
- MONGODB_SHARDING_MODE=shardsvr
Expand All @@ -16,7 +16,7 @@ services:
- 'shard0_data:/bitnami'

mongodb-cfg:
image: docker.io/bitnami/mongodb-sharded:3.6
image: docker.io/bitnami/mongodb-sharded:8.0
environment:
- MONGODB_ADVERTISED_HOSTNAME=mongodb-cfg
- MONGODB_SHARDING_MODE=configsvr
Expand All @@ -28,7 +28,7 @@ services:
- 'cfg_data:/bitnami'

mongodb-sharded:
image: docker.io/bitnami/mongodb-sharded:3.6
image: docker.io/bitnami/mongodb-sharded:8.0
environment:
- MONGODB_ADVERTISED_HOSTNAME=mongodb-sharded
- MONGODB_SHARDING_MODE=mongos
Expand Down

0 comments on commit 8d1b46e

Please sign in to comment.