Skip to content

Commit

Permalink
.env patched nginx images
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Dec 4, 2024
1 parent cbcfb92 commit f0f7361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion infra/aws-impl/tfvars/dev.tfvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name = "inferno"
environment = "dev"
external_domain_name = "dev.inferno.hl7.org.au"
imageUrl = "ghcr.io/hl7au/au-fhir-inferno:10a03203c0e7219c95146190c69114db178d942c"
# imageUrl = "ghcr.io/hl7au/au-fhir-core-inferno:3a85fb439cbdf07a94de868ec16fa84a2f4982ca" # old working core image
imageUrl = "ghcr.io/hl7au/au-fhir-inferno:d487ba0292c9d5224413424c76ab8a7a3172945e" # new inferno image that has core bundled in?
platformImageUri = "ghcr.io/hl7au/au-fhir-inferno:7a99baaf50e18e201e95f7ca91477bc41da0cda8-nginx"
2 changes: 1 addition & 1 deletion infra/aws-impl/tfvars/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name = "inferno"
environment = "prod"
external_domain_name = "inferno.hl7.org.au"
# imageUrl = "ghcr.io/hl7au/au-fhir-core-inferno:3a85fb439cbdf07a94de868ec16fa84a2f4982ca" # old working core image
imageUrl = "ghcr.io/hl7au/au-fhir-inferno:10a03203c0e7219c95146190c69114db178d942c" # new inferno image that has core bundled in?
imageUrl = "ghcr.io/hl7au/au-fhir-inferno:d487ba0292c9d5224413424c76ab8a7a3172945e" # new inferno image that has core bundled in?
platformImageUri = "ghcr.io/hl7au/au-fhir-inferno:7a99baaf50e18e201e95f7ca91477bc41da0cda8-nginx"

0 comments on commit f0f7361

Please sign in to comment.