Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test-suite: Update versions of PS Adaptor + MHS to latest releases #362

Merged
merged 1 commit into from
Nov 9, 2023
Merged
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
10 changes: 5 additions & 5 deletions test-suite/vars-versions.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash

export MHS_INBOUND_VERSION="nhsdev/nia-mhs-inbound:1.2.6-amd64" # has an arm64 and amd64 version
export MHS_OUTBOUND_VERSION="nhsdev/nia-mhs-outbound:1.2.6-amd64" # has an arm64 and amd64 version
export MHS_INBOUND_VERSION="nhsdev/nia-mhs-inbound:1.3.0"
export MHS_OUTBOUND_VERSION="nhsdev/nia-mhs-outbound:1.3.0"

export PS_TRANSLATOR_VERSION="nhsdev/nia-ps-adaptor:0.10"
export PS_FACADE_VERSION="nhsdev/nia-ps-facade:0.7"
export PS_DB_MIGRATION_VERSION="nhsdev/nia-ps-db-migration:0.4"
export PS_TRANSLATOR_VERSION="nhsdev/nia-ps-adaptor:1.0.0"
export PS_FACADE_VERSION="nhsdev/nia-ps-facade:1.0.0"
export PS_DB_MIGRATION_VERSION="nhsdev/nia-ps-db-migration:1.0.0"

export ACTIVEMQ_VERSION="nhsdev/nia-ps-activemq:0.1-amd64" # has an arm64 and amd64 version
export POSTGRES_VERSION="postgres:14.0"
Expand Down