File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55dependencies :
66 # Prometheus
77 - name : prometheus
8- version : 15.1.3
8+ version : 15.4.0
99 condition : prometheus.enabled
1010 repository : https://prometheus-community.github.io/helm-charts
1111 # Grafana
1212 - name : grafana
13- version : 6.21.2
13+ version : 6.22.0
1414 condition : grafana.enabled
1515 repository : https://grafana.github.io/helm-charts
1616 # HPA Metrics
1717 - name : metrics-server
18- version : 3.8.0
18+ version : 3.8.2
1919 condition : metrics-server.enabled
2020 repository : https://kubernetes-sigs.github.io/metrics-server
2121 # Ingress Controller
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ resource "helm_release" "prometheus" {
1818 name = " prometheus"
1919 repository = local. helm_repository . prometheus
2020 chart = " prometheus"
21- version = " 15.1.3 "
21+ version = " 15.4.0 "
2222 namespace = kubernetes_namespace. cluster_utilities_namespace . id
2323 wait = false
2424
@@ -37,7 +37,7 @@ resource "helm_release" "grafana" {
3737 name = " mushop-utils-grafana" # mushop-utils included to be backwards compatible to the docs and setup chart install
3838 repository = local. helm_repository . grafana
3939 chart = " grafana"
40- version = " 6.21.2 "
40+ version = " 6.22.0 "
4141 namespace = kubernetes_namespace. cluster_utilities_namespace . id
4242 wait = false
4343
@@ -97,7 +97,7 @@ resource "helm_release" "metrics_server" {
9797 name = " metrics-server"
9898 repository = local. helm_repository . metrics_server
9999 chart = " metrics-server"
100- version = " 3.8.0 "
100+ version = " 3.8.2 "
101101 namespace = kubernetes_namespace. cluster_utilities_namespace . id
102102 wait = false
103103
You can’t perform that action at this time.
0 commit comments