Skip to content

Commit

Permalink
Merge pull request #61 from TykTechnologies/SYSE-360/update_DBs_versions
Browse files Browse the repository at this point in the history
[SYSE-360] Update DBs versions
  • Loading branch information
ermirizio authored Apr 29, 2024
2 parents 06a7169 + 60ee02f commit 6d05aa2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions auto/deps_pro-ha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
redis:
profiles: ["all", "master-datacenter"]
container_name: redis
image: bitnami/redis:6.2
image: bitnami/redis:7.0
environment:
- ALLOW_EMPTY_PASSWORD=yes
ports:
Expand All @@ -18,7 +18,7 @@ services:
redis-datacenter-1:
profiles: ["all", "slave-datacenter"]
container_name: redis-datacenter-1
image: bitnami/redis:6.2
image: bitnami/redis:7.0
environment:
- ALLOW_EMPTY_PASSWORD=yes
ports:
Expand All @@ -33,7 +33,7 @@ services:
redis-datacenter-2:
profiles: ["all", "slave-datacenter"]
container_name: redis-datacenter-2
image: bitnami/redis:6.2
image: bitnami/redis:7.0
environment:
- ALLOW_EMPTY_PASSWORD=yes
ports:
Expand Down
2 changes: 1 addition & 1 deletion auto/deps_pro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
redis:
profiles: ["all", "master-datacenter"]
container_name: redis
image: bitnami/redis:6.2
image: bitnami/redis:7.0
environment:
- ALLOW_EMPTY_PASSWORD=yes
ports:
Expand Down
2 changes: 1 addition & 1 deletion auto/mongo44.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
mongo:
profiles: ["all", "master-datacenter"]
container_name: mongo
image: mongo:4.4
image: mongo:7
# environment:
# - MONGO_INITDB_ROOT_USERNAME=root
# - MONGO_INITDB_ROOT_PASSWORD=123456789
Expand Down

0 comments on commit 6d05aa2

Please sign in to comment.