Skip to content

Commit

Permalink
Use latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov committed Jul 30, 2024
1 parent 1bdcd0a commit 9f5a7d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/helm/inferno/values.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion infra/modules/au_fhir_inferno/input.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 9f5a7d3

Please sign in to comment.