diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 651a22c..554f6cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-symlinks - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.96.2 + rev: v1.97.0 hooks: - id: terraform_fmt @@ -29,7 +29,7 @@ repos: - id: terraform_docs - repo: https://github.com/bridgecrewio/checkov.git - rev: 3.2.343 + rev: 3.2.353 hooks: - id: checkov verbose: true diff --git a/regional/README.md b/regional/README.md index e85218e..66d70be 100644 --- a/regional/README.md +++ b/regional/README.md @@ -35,7 +35,7 @@ No requirements. | [cain\_injector\_resources\_limits\_memory](#input\_cain\_injector\_resources\_limits\_memory) | The memory limit for the cain-injector resources | `string` | `"64Mi"` | no | | [cain\_injector\_resources\_requests\_cpu](#input\_cain\_injector\_resources\_requests\_cpu) | The CPU request for the cain-injector resources | `string` | `"10m"` | no | | [cain\_injector\_resources\_requests\_memory](#input\_cain\_injector\_resources\_requests\_memory) | The memory request for the cain-injector resources | `string` | `"32Mi"` | no | -| [cert\_manager\_version](#input\_cert\_manager\_version) | The version to install, this is used for the chart as well as the image tag | `string` | `"1.16.2"` | no | +| [cert\_manager\_version](#input\_cert\_manager\_version) | The version to install, this is used for the chart as well as the image tag | `string` | `"1.16.3"` | no | | [chart\_repository](#input\_chart\_repository) | The repository to pull the cert-manager Helm chart from | `string` | `"https://charts.jetstack.io"` | no | | [replicas](#input\_replicas) | The number of replicas to run | `number` | `1` | no | | [resources\_limits\_cpu](#input\_resources\_limits\_cpu) | The CPU limit for the resources | `string` | `"20m"` | no | diff --git a/regional/istio-csr/README.md b/regional/istio-csr/README.md index 4896822..67c2cbe 100644 --- a/regional/istio-csr/README.md +++ b/regional/istio-csr/README.md @@ -34,7 +34,7 @@ No requirements. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [artifact\_registry](#input\_artifact\_registry) | The registry to pull the images from | `string` | `"us-docker.pkg.dev/plt-lz-services-tf79-prod/plt-docker-virtual"` | no | -| [cert\_manager\_istio\_csr\_version](#input\_cert\_manager\_istio\_csr\_version) | The version to install for the Istio CSR, this is used for the chart as well as the image tag | `string` | `"0.13.0"` | no | +| [cert\_manager\_istio\_csr\_version](#input\_cert\_manager\_istio\_csr\_version) | The version to install for the Istio CSR, this is used for the chart as well as the image tag | `string` | `"0.14.0"` | no | | [chart\_repository](#input\_chart\_repository) | The repository to pull the cert-manager Helm chart from | `string` | `"https://charts.jetstack.io"` | no | | [cluster\_prefix](#input\_cluster\_prefix) | Prefix for your cluster name, region, and zone (if applicable) will be added to the end of the cluster name | `string` | n/a | yes | | [resources\_limits\_cpu](#input\_resources\_limits\_cpu) | The CPU limit for the Istio CSR container | `string` | `"50m"` | no | diff --git a/regional/istio-csr/variables.tf b/regional/istio-csr/variables.tf index 28c3bab..fe132be 100644 --- a/regional/istio-csr/variables.tf +++ b/regional/istio-csr/variables.tf @@ -10,7 +10,7 @@ variable "artifact_registry" { variable "cert_manager_istio_csr_version" { description = "The version to install for the Istio CSR, this is used for the chart as well as the image tag" type = string - default = "0.13.0" + default = "0.14.0" } variable "cluster_prefix" { diff --git a/regional/variables.tf b/regional/variables.tf index 0a4661b..3387183 100644 --- a/regional/variables.tf +++ b/regional/variables.tf @@ -40,7 +40,7 @@ variable "cain_injector_resources_requests_memory" { variable "cert_manager_version" { description = "The version to install, this is used for the chart as well as the image tag" type = string - default = "1.16.2" + default = "1.16.3" } variable "chart_repository" {