diff --git a/terraform-unity/modules/terraform-unity-sps-hysds-cluster/variables.tf b/terraform-unity/modules/terraform-unity-sps-hysds-cluster/variables.tf index 1f37728..3ab8bdb 100644 --- a/terraform-unity/modules/terraform-unity-sps-hysds-cluster/variables.tf +++ b/terraform-unity/modules/terraform-unity-sps-hysds-cluster/variables.tf @@ -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" diff --git a/terraform-unity/variables.tf b/terraform-unity/variables.tf index 1b16864..574a9e9 100644 --- a/terraform-unity/variables.tf +++ b/terraform-unity/variables.tf @@ -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"