From 5b7f046319d05641d7314d89911f316ff5f27006 Mon Sep 17 00:00:00 2001 From: jaskaransarkaria Date: Wed, 21 Aug 2024 09:55:38 +0100 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=F0=9F=A4=96=20bump=20custom=20err?= =?UTF-8?q?or=20backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/ministryofjustice/cloud-platform-custom-error-pages/releases/tag/1.1.5 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index bd81e0c..114bfca 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 = "1.1.4" + default = "1.1.5" } variable "replica_count" { From 0676413be6ef76022ece9b23ba4405b1e83303ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 21 Aug 2024 08:56:02 +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 5faac64..e03655d 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` | `"1.1.4"` | no | +| [backend\_tag](#input\_backend\_tag) | tag of the default backend app | `string` | `"1.1.5"` | 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 |