Skip to content

Commit

Permalink
Paulineribeyre patch 1 (#2707)
Browse files Browse the repository at this point in the history
* Add kube-setup-dicom to roll-all

* combinding logic

---------

Co-authored-by: Pauline Ribeyre <[email protected]>
Co-authored-by: Krishna Agarwal <[email protected]>
  • Loading branch information
3 people authored Jan 23, 2025
1 parent a4b53b9 commit be211e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gen3/bin/kube-roll-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,13 @@ else
gen3_log_info "not deploying dicom-viewer - no manifest entry for '.versions[\"dicom-viewer\"]'"
fi

if g3k_manifest_lookup '.versions["ohif-viewer"]' 2> /dev/null || g3k_manifest_lookup '.versions["orthanc"]' 2> /dev/null; then
gen3 kube-setup-dicom &
else
gen3_log_info "not deploying - no manifest entry for '.versions[\"ohif-viewer\"]' or '.versions[\"orthanc\"]'"
fi


if g3k_manifest_lookup '.versions["gen3-discovery-ai"]' 2> /dev/null; then
gen3 kube-setup-gen3-discovery-ai &
else
Expand Down

0 comments on commit be211e6

Please sign in to comment.