From 15697711f762b4537b8b0a87dd206f6222d22d6c Mon Sep 17 00:00:00 2001 From: jackstockley89 Date: Mon, 29 Apr 2024 10:40:20 +0100 Subject: [PATCH 1/2] feat: UPdate custom error pages to use latest version with new crown logo --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 9bfcccf..a16156b 100644 --- a/variables.tf +++ b/variables.tf @@ -25,7 +25,7 @@ variable "backend_repo" { variable "backend_tag" { description = "tag of the default backend app" - default = "0.6" + default = "1.1.2" } variable "replica_count" { From be6facb9e4cea6e1dea4845b327236c5ff2482d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Apr 2024 09:41:09 +0000 Subject: [PATCH 2/2] terraform-docs: automated action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 008ee0e..7fa6f5a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ No modules. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [backend\_repo](#input\_backend\_repo) | repository for the default backend app | `string` | `"ministryofjustice/cloud-platform-custom-error-pages"` | no | -| [backend\_tag](#input\_backend\_tag) | tag of the default backend app | `string` | `"0.6"` | no | +| [backend\_tag](#input\_backend\_tag) | tag of the default backend app | `string` | `"1.1.2"` | no | | [cluster](#input\_cluster) | cluster name used for opensearch indicies | `string` | `""` | no | | [cluster\_domain\_name](#input\_cluster\_domain\_name) | The cluster domain used for externalDNS annotations and certmanager | `any` | n/a | yes | | [controller\_name](#input\_controller\_name) | Will be used as the ingress controller name and the class annotation | `string` | n/a | yes |