From 5c21d7b23438e91a02ca93c4465c2f9ac2ea774d Mon Sep 17 00:00:00 2001 From: Ryan Hunter Date: Thu, 21 Dec 2023 10:16:14 -0800 Subject: [PATCH] fix version issue --- .../terraform-unity-sps-hysds-cluster/variables.tf | 12 ++++++------ terraform-unity/variables.tf | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) 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"