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