Skip to content

Commit

Permalink
Merge pull request #311 from ant-media/update-mongodb
Browse files Browse the repository at this point in the history
Update MongoDB version 5 to 6
  • Loading branch information
mekya authored Sep 2, 2024
2 parents afe9d85 + f4bf567 commit 8597b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/ams-k8s-mongodb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
containers:
- name: mongodb
imagePullPolicy: Always
image: mongo:5.0.6
image: mongo:6.0
ports:
- containerPort: 27017

2 changes: 1 addition & 1 deletion kubernetes/ams-with-turn-server/ams-k8s-mongodb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
containers:
- name: mongodb
imagePullPolicy: Always
image: mongo:5.0.6
image: mongo:6.0
ports:
- containerPort: 27017

0 comments on commit 8597b93

Please sign in to comment.