Skip to content
Snippets Groups Projects
Verified Commit fdffbd62 authored by Vincent Sellier's avatar Vincent Sellier
Browse files

admin: upgrade prometheus application to last version

It's necessary to use a 1.25+ compatible version

Related to sysadm-environment#4999
parent c526c653
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ resource "rancher2_cluster" "cluster-admin" {
rke_config {
kubernetes_version = "v1.24.16-rancher1-1"
enable_cri_dockerd = true
network {
plugin = "canal"
}
......@@ -201,7 +202,7 @@ resource "rancher2_app_v2" "cluster-admin-rancher-monitoring" {
namespace = "cattle-monitoring-system"
repo_name = "rancher-charts"
chart_name = "rancher-monitoring"
chart_version = "100.1.3+up19.0.3"
chart_version = "102.0.1+up40.1.2"
values = <<EOF
alertmanager:
alertmanagerSpec:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment