From 9f5a7d39ec97153eb3c7f97965c5b4d564c29622 Mon Sep 17 00:00:00 2001 From: nvim Date: Tue, 30 Jul 2024 15:22:09 +0200 Subject: [PATCH] Use latest image --- infra/helm/inferno/values.yaml | 2 +- infra/modules/au_fhir_inferno/input.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/helm/inferno/values.yaml b/infra/helm/inferno/values.yaml index 39d4749a..6ae2a362 100644 --- a/infra/helm/inferno/values.yaml +++ b/infra/helm/inferno/values.yaml @@ -1,7 +1,7 @@ externalDomain: "inferno.hl7.org.au" inferno: - imageUrl: "ghcr.io/hl7au/au-fhir-core-inferno:d7c11520e40d06410a4271edc8048f919e6a8e63" + imageUrl: "ghcr.io/hl7au/au-fhir-core-inferno:1bdcd0ad5e965f932ed4c9f626160107d21f02f3" terminologyServer: "https://tx.dev.hl7.org.au/fhir" externalValidatorUrl: null # This can be overridden during chart deployment diff --git a/infra/modules/au_fhir_inferno/input.tf b/infra/modules/au_fhir_inferno/input.tf index d556eefe..d6dcaf1c 100644 --- a/infra/modules/au_fhir_inferno/input.tf +++ b/infra/modules/au_fhir_inferno/input.tf @@ -14,7 +14,7 @@ variable "terminology_server" { variable "inferno_image" { description = "Docker image for inferno" - default = "ghcr.io/hl7au/au-fhir-core-inferno:d7c11520e40d06410a4271edc8048f919e6a8e63" + default = "ghcr.io/hl7au/au-fhir-core-inferno:1bdcd0ad5e965f932ed4c9f626160107d21f02f3" } variable "validator_base_path" {