diff --git a/helm-charts/support/Chart.yaml b/helm-charts/support/Chart.yaml index 5ad0a62913..eeaff70123 100644 --- a/helm-charts/support/Chart.yaml +++ b/helm-charts/support/Chart.yaml @@ -15,7 +15,7 @@ dependencies: - name: prometheus # NOTE: CHECK INSTRUCTIONS UNDER prometheus.server.command IN support/values.yaml # EACH TIME THIS VERSION IS BUMPED! - version: 25.0.0 + version: 25.8.2 repository: https://prometheus-community.github.io/helm-charts # Grafana for dashboarding of metrics. @@ -29,19 +29,19 @@ dependencies: # that references this controller. # https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx - name: ingress-nginx - version: 4.8.0 + version: 4.9.0 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.29.3 + version: 9.34.1 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.107.heb504bc" + version: "0.3.1-0.dev.git.129.ha9d73b8" repository: https://cryptnono.github.io/cryptnono/ condition: cryptnono.enabled