Skip to content

Commit 841433f

Browse files
committed
utilities version bump
1 parent 8c0949d commit 841433f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

deploy/complete/helm-chart/setup/requirements.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
dependencies:
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

deploy/complete/terraform/mushop-utilities.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)