From 6e2d0730adf9d87f6e37f651f5a13fd4c7ac0dfa Mon Sep 17 00:00:00 2001 From: "2i2c-token-generator-bot[bot]" <106546794+2i2c-token-generator-bot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:01:21 +0000 Subject: [PATCH] Bump charts ['prometheus', 'grafana', 'ingress-nginx', 'cluster-autoscaler', 'cryptnono'] to versions ['25.27.0', '8.5.2', '4.10.4', '9.43.0', '0.3.1-0.dev.git.146.h6bdf5b7'], respectively --- helm-charts/support/Chart.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helm-charts/support/Chart.yaml b/helm-charts/support/Chart.yaml index 2643a315f..783fb0e2f 100644 --- a/helm-charts/support/Chart.yaml +++ b/helm-charts/support/Chart.yaml @@ -15,13 +15,13 @@ dependencies: - name: prometheus # NOTE: CHECK INSTRUCTIONS UNDER prometheus.server.command IN support/values.yaml # EACH TIME THIS VERSION IS BUMPED! - version: 25.22.0 + version: 25.27.0 repository: https://prometheus-community.github.io/helm-charts # Grafana for dashboarding of metrics. # https://github.com/grafana/helm-charts/tree/main/charts/grafana - name: grafana - version: 8.2.2 + version: 8.5.2 repository: https://grafana.github.io/helm-charts # ingress-nginx for a k8s Ingress resource controller that routes traffic from @@ -29,20 +29,20 @@ dependencies: # that references this controller. # https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx - name: ingress-nginx - version: 4.10.1 + version: 4.10.4 repository: https://kubernetes.github.io/ingress-nginx # cluster-autoscaler for k8s clusters where it doesn't come out of the box (EKS) # https://github.com/kubernetes/autoscaler/tree/master/charts/cluster-autoscaler - name: cluster-autoscaler - version: 9.37.0 + version: 9.43.0 repository: https://kubernetes.github.io/autoscaler condition: cluster-autoscaler.enabled # cryptnono, counters crypto mining # Source code: https://github.com/cryptnono/cryptnono/ - name: cryptnono - version: "0.3.1-0.dev.git.143.hfc89744" + version: "0.3.1-0.dev.git.146.h6bdf5b7" repository: https://cryptnono.github.io/cryptnono/ condition: cryptnono.enabled