diff --git a/variables.tf b/variables.tf index b3a8ffe..37bba80 100644 --- a/variables.tf +++ b/variables.tf @@ -26,21 +26,21 @@ variable "create_namespace" { variable "prometheus_chart_version" { description = "The version of prometheus to install into the cluster." type = string - default = "24.3.0" + default = "25.24.1" } # The `APP VERSION` of the output found while determining the chart version variable "prometheus_server_tag" { description = "The image tag of prometheus server to install into the cluster." type = string - default = "v2.46.0" + default = "v2.53.1" } # helm show values prometheus-community/prometheus | less variable "prometheus_config_reloader_tag" { description = "The image tag of the prometheus-config-reloader image." type = string - default = "v0.67.0" + default = "v0.75.1" } # The `APP VERSION` of the output: @@ -48,7 +48,7 @@ variable "prometheus_config_reloader_tag" { variable "alertmanager_tag" { description = "The image tag of the alertmanager image." type = string - default = "v0.26.0" + default = "v0.27.0" } # The `APP VERSION` of the output: @@ -56,7 +56,7 @@ variable "alertmanager_tag" { variable "kube_state_metrics_tag" { description = "The image tag of the kube-state-metrics image." type = string - default = "v2.6.0" + default = "v2.13.0" } # The `APP VERSION` of the output: @@ -64,7 +64,7 @@ variable "kube_state_metrics_tag" { variable "node_exporter_tag" { description = "The image tag of the node-exporter image." type = string - default = "v1.8.1" + default = "v1.8.2" } # The `APP VERSION` of the output: @@ -72,7 +72,7 @@ variable "node_exporter_tag" { variable "pushgateway_tag" { description = "The image tag of the pushgateway image." type = string - default = "v1.6.0" + default = "v1.9.0" } variable "rwo_storage_class" {