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

Commit

Permalink
fix version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhunter-jpl committed Dec 21, 2023
1 parent c10a605 commit 5c21d7b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ variable "docker_images" {
description = "Docker images for the Unity SPS containers"
type = map(string)
default = {
hysds_core = "ghcr.io/unity-sds/unity-sps-prototype/hysds-core:unity-v1.2.0"
hysds_ui = "ghcr.io/unity-sds/unity-sps-prototype/hysds-ui-remote:unity-v1.2.0"
hysds_mozart = "ghcr.io/unity-sds/unity-sps-prototype/hysds-mozart:unity-v1.2.0"
hysds_grq2 = "ghcr.io/unity-sds/unity-sps-prototype/hysds-grq2:unity-v1.2.0"
hysds_verdi = "ghcr.io/unity-sds/unity-sps-prototype/hysds-verdi:unity-v1.2.0"
hysds_factotum = "ghcr.io/unity-sds/unity-sps-prototype/hysds-factotum:unity-v1.2.0"
hysds_core = "ghcr.io/unity-sds/unity-sps-prototype/hysds-core:unity-v1.1.0"
hysds_ui = "ghcr.io/unity-sds/unity-sps-prototype/hysds-ui-remote:unity-v1.1.0"
hysds_mozart = "ghcr.io/unity-sds/unity-sps-prototype/hysds-mozart:unity-v1.1.0"
hysds_grq2 = "ghcr.io/unity-sds/unity-sps-prototype/hysds-grq2:unity-v1.1.0"
hysds_verdi = "ghcr.io/unity-sds/unity-sps-prototype/hysds-verdi:unity-v1.1.0"
hysds_factotum = "ghcr.io/unity-sds/unity-sps-prototype/hysds-factotum:unity-v1.1.0"
ades_wpst_api = "ghcr.io/unity-sds/unity-sps-prototype/ades-wpst-api:unity-v1.3.0"
sps_api = "ghcr.io/unity-sds/unity-sps-prototype/sps-api:unity-v1.2.0"
sps_hysds_pge_base = "ghcr.io/unity-sds/unity-sps-prototype/sps-hysds-pge-base:unity-v1.3.0"
Expand Down
12 changes: 6 additions & 6 deletions terraform-unity/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ variable "docker_images" {
description = "Docker images for the Unity SPS containers"
type = map(string)
default = {
hysds_core = "ghcr.io/unity-sds/unity-sps-prototype/hysds-core:unity-v1.2.0"
hysds_ui = "ghcr.io/unity-sds/unity-sps-prototype/hysds-ui-remote:unity-v1.2.0"
hysds_mozart = "ghcr.io/unity-sds/unity-sps-prototype/hysds-mozart:unity-v1.2.0"
hysds_grq2 = "ghcr.io/unity-sds/unity-sps-prototype/hysds-grq2:unity-v1.2.0"
hysds_verdi = "ghcr.io/unity-sds/unity-sps-prototype/hysds-verdi:unity-v1.2.0"
hysds_factotum = "ghcr.io/unity-sds/unity-sps-prototype/hysds-factotum:unity-v1.2.0"
hysds_core = "ghcr.io/unity-sds/unity-sps-prototype/hysds-core:unity-v1.1.0"
hysds_ui = "ghcr.io/unity-sds/unity-sps-prototype/hysds-ui-remote:unity-v1.1.0"
hysds_mozart = "ghcr.io/unity-sds/unity-sps-prototype/hysds-mozart:unity-v1.1.0"
hysds_grq2 = "ghcr.io/unity-sds/unity-sps-prototype/hysds-grq2:unity-v1.1.0"
hysds_verdi = "ghcr.io/unity-sds/unity-sps-prototype/hysds-verdi:unity-v1.1.0"
hysds_factotum = "ghcr.io/unity-sds/unity-sps-prototype/hysds-factotum:unity-v1.1.0"
ades_wpst_api = "ghcr.io/unity-sds/unity-sps-prototype/ades-wpst-api:unity-v1.3.0"
sps_api = "ghcr.io/unity-sds/unity-sps-prototype/sps-api:unity-v1.2.0"
sps_hysds_pge_base = "ghcr.io/unity-sds/unity-sps-prototype/sps-hysds-pge-base:unity-v1.3.0"
Expand Down

0 comments on commit 5c21d7b

Please sign in to comment.