Skip to content

Commit

Permalink
chore: [PAYMCLOUD-220] Upgrade Prometheus module to v8.83.1 (#2797)
Browse files Browse the repository at this point in the history
Update Prometheus module to version v8.83.1

Upgraded the Prometheus managed addon module source to v8.83.1. This ensures access to the latest fixes and enhancements while maintaining consistency with the repository updates. No changes were made to the existing structure or functionality beyond the version bump.

Signed-off-by: Fabio Felici <[email protected]>
  • Loading branch information
ffppa authored Feb 14, 2025
1 parent 4973d0d commit 0e1cc7a
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/05_monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ data "azurerm_monitor_workspace" "workspace" {

module "prometheus_managed_addon" {
count = var.env != "prod" ? 1 : 0
source = "git::https://github.com/pagopa/terraform-azurerm-v3.git//kubernetes_prometheus_managed?ref=v8.83.0"
source = "git::https://github.com/pagopa/terraform-azurerm-v3.git//kubernetes_prometheus_managed?ref=v8.83.1"
cluster_name = module.aks.name
resource_group_name = module.aks.aks_resource_group_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 @@ -22,7 +22,7 @@
| <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 |
| <a name="module_nginx_ingress"></a> [nginx\_ingress](#module\_nginx\_ingress) | terraform-module/release/helm | 2.8.0 |
| <a name="module_opencosts"></a> [opencosts](#module\_opencosts) | git::https://github.com/pagopa/terraform-azurerm-v3.git//kubernetes_opencosts | v8.71.0 |
| <a name="module_prometheus_managed_addon"></a> [prometheus\_managed\_addon](#module\_prometheus\_managed\_addon) | git::https://github.com/pagopa/terraform-azurerm-v3.git//kubernetes_prometheus_managed | v8.83.0 |
| <a name="module_prometheus_managed_addon"></a> [prometheus\_managed\_addon](#module\_prometheus\_managed\_addon) | git::https://github.com/pagopa/terraform-azurerm-v3.git//kubernetes_prometheus_managed | v8.83.1 |
| <a name="module_tls_checker"></a> [tls\_checker](#module\_tls\_checker) | git::https://github.com/pagopa/terraform-azurerm-v3.git//tls_checker | v8.54.0 |
| <a name="module_tls_checker_workload_identity_configuration"></a> [tls\_checker\_workload\_identity\_configuration](#module\_tls\_checker\_workload\_identity\_configuration) | git::https://github.com/pagopa/terraform-azurerm-v3.git//kubernetes_workload_identity_configuration | v8.54.0 |
| <a name="module_tls_checker_workload_identity_init"></a> [tls\_checker\_workload\_identity\_init](#module\_tls\_checker\_workload\_identity\_init) | git::https://github.com/pagopa/terraform-azurerm-v3.git//kubernetes_workload_identity_init | v8.54.0 |
Expand Down

0 comments on commit 0e1cc7a

Please sign in to comment.