Skip to content

Commit

Permalink
Merge branch 'main' into CU-86byv0cyf_Add-initial-package-and-configu…
Browse files Browse the repository at this point in the history
…ration-files-for-FHIR-info-Gateway
  • Loading branch information
drizzentic authored Sep 18, 2024
2 parents f965914 + 0e64c96 commit ce3dbcd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion interoperability-layer-openhim/package-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "infrastructure",
"dependencies": [],
"environmentVariables": {
"OPENHIM_CORE_IMAGE": "jembi/openhim-core:v8.4.3",
"OPENHIM_CORE_IMAGE": "jembi/openhim-core:v8.5.0",
"OPENHIM_CONSOLE_IMAGE": "jembi/openhim-console:v1.18.2",
"MONGO_IMAGE": "mongo:4.2",
"AWAIT_HELPER_IMAGE": "jembi/await-helper:1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions kafka-mapper-consumer/package-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"CLICKHOUSE_HOST": "analytics-datastore-clickhouse",
"CLICKHOUSE_PORT": "8123",
"CLICKHOUSE_PASSWORD": "dev_password_only",
"KAFKA_CONSUMER_MAPPER_MEDIATOR_VERSION": "jembi/kafka-mapper-consumer:new-pass",
"KAFKA_CONSUMER_MAPPER_UI_VERSION": "jembi/kafka-mapper-consumer-ui:latest",
"KAFKA_CONSUMER_MAPPER_MEDIATOR_VERSION": "jembi/kafka-mapper-consumer:v1.1.0",
"KAFKA_CONSUMER_MAPPER_UI_VERSION": "jembi/kafka-mapper-consumer-ui:v1.1.0",
"OPENHIM_CONSOLE_BASE_URL": "http://localhost:9000"
}
}
2 changes: 1 addition & 1 deletion mpi-mediator/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
mpi-mediator:
image: jembi/mpi-mediator:${MPI_MEDIATOR_VERSION}
image: ${MPI_MEDIATOR_IMAGE}
networks:
openhim:
kafka:
Expand Down
3 changes: 1 addition & 2 deletions mpi-mediator/package-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
"environmentVariables": {
"MPI_MEDIATOR_CONFIG_IMPORTER_IMAGE": "node:erbium-alpine",
"MPI_MEDIATOR_CONFIG_IMPORTER_REPLICAS": 1,
"MPI_MEDIATOR_IMAGE": "jembi/mpi-mediator:v2.3.0",
"MPI_MEDIATOR_IMAGE": "jembi/mpi-mediator:v2.3.1",
"MPI_MEDIATOR_MAX_REPLICAS_PER_NODE": 1,
"MPI_MEDIATOR_INSTANCES": 1,
"MPI_MEDIATOR_VERSION": "v2.3.0",
"OPENHIM_MEDIATOR_URL": "https://openhim-core:8080",
"TRUST_SELF_SIGNED": "true",
"OPENHIM_USERNAME": "[email protected]",
Expand Down

0 comments on commit ce3dbcd

Please sign in to comment.