Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Upgrade mongodb images to 3.6 from 3.4 #240

Merged
merged 1 commit into from
May 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devfiles/java-mongo/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ components:
-
type: dockerimage
alias: mongo
image: docker.io/centos/mongodb-34-centos7
image: docker.io/centos/mongodb-36-centos7
env:
- name: MONGODB_USER
value: user
Expand Down
4 changes: 2 additions & 2 deletions devfiles/nodejs-mongo/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ components:
-
type: dockerimage
alias: mongo
image: docker.io/centos/mongodb-34-centos7
image: docker.io/centos/mongodb-36-centos7
memoryLimit: 512Mi
env:
- name: MONGODB_USER
Expand All @@ -46,7 +46,7 @@ components:
- name: mongo-storage
containerPath: /var/lib/mongodb/data
endpoints:
- name: mongodb-34-centos7
- name: mongodb-36-centos7
port: 27017
attributes:
discoverable: 'true'
Expand Down