updated mongo (#2230)

This commit is contained in:
Deepak Prabhakara 2024-01-31 12:44:24 +00:00 committed by GitHub
parent 61b0ddfa68
commit 8c469d3655
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ jobs:
ports: ports:
- 6379:6379 - 6379:6379
mongo: mongo:
image: mongo:4.4.10 image: mongo:4.4.28
ports: ports:
- 27017:27017 - 27017:27017
mysql: mysql:

View File

@ -14,7 +14,7 @@ services:
- 6379:6379 - 6379:6379
restart: always restart: always
mongo: mongo:
image: mongo:4.4.10 image: mongo:4.4.28
ports: ports:
- 27017:27017 - 27017:27017
restart: always restart: always

View File

@ -30,7 +30,7 @@ spec:
spec: spec:
containers: containers:
- name: mongo - name: mongo
image: mongo:4.4.10 image: mongo:4.4.28
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
# - name: MONGO_INITDB_ROOT_USERNAME # - name: MONGO_INITDB_ROOT_USERNAME