Skip to content

Commit

Permalink
Merge pull request 2i2c-org#3482 from 2i2c-org/bump-helm-deps/support…
Browse files Browse the repository at this point in the history
…/hEtX

Bumping helm chart dependency versions: support
  • Loading branch information
yuvipanda authored Jan 17, 2024
2 parents 2c12d73 + 161b51a commit 4e109bd
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 4e109bd

Please sign in to comment.