From d471f5772995d2f4baeea13582959b5c6a3c82eb 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, 1 May 2026 00:19:00 +0000 Subject: [PATCH 1/2] Bump charts ['prometheus', 'ingress-nginx', 'cluster-autoscaler', 'cryptnono'] to versions ['29.4.0', '4.15.1', '9.57.0', '0.3.2-0.dev.git.267.h766bf8f'], respectively --- helm-charts/support/Chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helm-charts/support/Chart.yaml b/helm-charts/support/Chart.yaml index f8dc9fa6e1..6b698ee09c 100644 --- a/helm-charts/support/Chart.yaml +++ b/helm-charts/support/Chart.yaml @@ -13,7 +13,7 @@ dependencies: # cost. If we ever have multiple prometheii on the same cluster, we can # reconsider using the operator. - name: prometheus - version: 29.2.1 + version: 29.4.0 repository: https://prometheus-community.github.io/helm-charts # Grafana for dashboarding of metrics. @@ -27,7 +27,7 @@ dependencies: # that references this controller. # https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx - name: ingress-nginx - version: 4.14.3 + version: 4.15.1 repository: https://kubernetes.github.io/ingress-nginx # This is the ingress maintained by nginx, rather than the one maintained by the @@ -45,14 +45,14 @@ dependencies: # the k8s version of all eks clusters # https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler#releases - name: cluster-autoscaler - version: 9.55.0 + version: 9.57.0 repository: https://kubernetes.github.io/autoscaler condition: cluster-autoscaler.enabled # cryptnono, counters crypto mining # https://github.com/cryptnono/cryptnono/ - name: cryptnono - version: "0.3.2-0.dev.git.256.he86658e" + version: "0.3.2-0.dev.git.267.h766bf8f" repository: https://cryptnono.github.io/cryptnono/ condition: cryptnono.enabled From b3b073080ba53d68178fd9a11d9f7e1ac4f71c9e Mon Sep 17 00:00:00 2001 From: "2i2c-token-generator-bot[bot]" <106546794+2i2c-token-generator-bot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:24:20 +0000 Subject: [PATCH 2/2] Bump charts ['prometheus'] to versions ['29.9.0'], respectively --- helm-charts/support/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/support/Chart.yaml b/helm-charts/support/Chart.yaml index 6b698ee09c..1f2aa678dc 100644 --- a/helm-charts/support/Chart.yaml +++ b/helm-charts/support/Chart.yaml @@ -13,7 +13,7 @@ dependencies: # cost. If we ever have multiple prometheii on the same cluster, we can # reconsider using the operator. - name: prometheus - version: 29.4.0 + version: 29.9.0 repository: https://prometheus-community.github.io/helm-charts # Grafana for dashboarding of metrics.