Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions helm-charts/support/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0
repository: https://prometheus-community.github.io/helm-charts

# Grafana for dashboarding of metrics.
Expand All @@ -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
Expand All @@ -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

Expand Down
Loading