Skip to content
8 changes: 4 additions & 4 deletions helm-charts/support/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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