Skip to content

Commit

Permalink
feat: [PAYMCLOUD-191] Upgrade aks platform module to v8.66.1 (#2693)
Browse files Browse the repository at this point in the history
Update AKS module version to v8.66.1 to enanche default metrics alerts.

Upgraded the Terraform module for the Kubernetes cluster from v8.58.0 to v8.66.1. This ensures the use of the latest features, bug fixes, and improvements from the module.

Signed-off-by: Fabio Felici <[email protected]>
  • Loading branch information
ffppa authored Dec 23, 2024
1 parent 1b97b96 commit 6babcaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/aks-platform/02_aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "azurerm_resource_group" "aks_rg" {


module "aks" {
source = "git::https://github.com/pagopa/terraform-azurerm-v3.git//kubernetes_cluster?ref=v8.58.0"
source = "git::https://github.com/pagopa/terraform-azurerm-v3.git//kubernetes_cluster?ref=v8.66.1"

name = local.aks_name
location = var.location
Expand Down
2 changes: 1 addition & 1 deletion src/aks-platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

| Name | Source | Version |
|------|--------|---------|
| <a name="module_aks"></a> [aks](#module\_aks) | git::https://github.com/pagopa/terraform-azurerm-v3.git//kubernetes_cluster | v8.58.0 |
| <a name="module_aks"></a> [aks](#module\_aks) | git::https://github.com/pagopa/terraform-azurerm-v3.git//kubernetes_cluster | v8.66.1 |
| <a name="module_aks_snet"></a> [aks\_snet](#module\_aks\_snet) | git::https://github.com/pagopa/terraform-azurerm-v3.git//subnet | v8.53.0 |
| <a name="module_keda_pod_identity"></a> [keda\_pod\_identity](#module\_keda\_pod\_identity) | git::https://github.com/pagopa/terraform-azurerm-v3.git//kubernetes_pod_identity | v8.53.0 |
| <a name="module_monitoring_pod_identity"></a> [monitoring\_pod\_identity](#module\_monitoring\_pod\_identity) | git::https://github.com/pagopa/terraform-azurerm-v3.git//kubernetes_pod_identity | v8.53.0 |
Expand Down

0 comments on commit 6babcaf

Please sign in to comment.