mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 10:41:32 +00:00
A second condition is checked for when determining whether demo data must be reset; if version '2.1' of the app is installed and the target is not node STRLTEST, data will be reset. Note that the version must be exactly '2.1', not '2.1*'. The updated version will be '2.1.1' This commit is added to handle an issue with a previously deployed version where the incorrect install script was included. Node STRLTEST was manually fixed and new data added to the database, leading to the need for this exception.
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"name": "streamline-emr",
|
|
"org": "streamline",
|
|
"version": "2.1.1",
|
|
"platforms": [
|
|
"linux/arm64"
|
|
],
|
|
"images": {
|
|
"linux/arm64": {
|
|
"registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/arm64:v2.1": "streamline-emr:latest"
|
|
}
|
|
}
|
|
}
|