Skip to content
10 changes: 5 additions & 5 deletions helm-charts/support/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@ 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.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: 6.60.1
version: 7.0.11
repository: https://grafana.github.io/helm-charts

# ingress-nginx for a k8s Ingress resource controller that routes traffic from
# a single IP entrypoint to various services exposed via k8s Ingress resources
# that references this controller.
# https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx
- name: ingress-nginx
version: 4.8.0
version: 4.8.3
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.32.1
repository: https://kubernetes.github.io/autoscaler
condition: cluster-autoscaler.enabled

# cryptnono, counters crypto mining
# Source code: https://github.com/yuvipanda/cryptnono/
- name: cryptnono
version: "0.0.1-0.dev.git.27.h01b4f25"
version: "0.3.0"
repository: https://yuvipanda.github.io/cryptnono/
Comment thread
yuvipanda marked this conversation as resolved.
Outdated
condition: cryptnono.enabled