Skip to content

Commit

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

Bumping helm chart dependency versions: support
  • Loading branch information
consideRatio authored Jul 2, 2024
2 parents f26c39f + 82c09a4 commit 34eb0fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 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,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.20.1
version: 25.22.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: 7.3.9
version: 8.2.2
repository: https://grafana.github.io/helm-charts

# ingress-nginx for a k8s Ingress resource controller that routes traffic from
Expand All @@ -35,13 +35,13 @@ dependencies:
# 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.36.0
version: 9.37.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.133.hd195428"
version: "0.3.1-0.dev.git.143.hfc89744"
repository: https://cryptnono.github.io/cryptnono/
condition: cryptnono.enabled
7 changes: 4 additions & 3 deletions helm-charts/support/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,16 @@ prometheus:
# to changes to...
#
# - The Deployment resource template's container args:
# https://github.com/prometheus-community/helm-charts/blob/44df643f30e8e623f4bb95f646de2662522eb554/charts/prometheus/templates/deploy.yaml#L123-L145
# https://github.com/prometheus-community/helm-charts/blob/41a8b07fb3477be61a58ad9acd8879625eabf0d0/charts/prometheus/templates/deploy.yaml#L129-L163
#
# - The default values of the config referenced in the template:
# https://github.com/prometheus-community/helm-charts/blob/44df643f30e8e623f4bb95f646de2662522eb554/charts/prometheus/values.yaml
# https://github.com/prometheus-community/helm-charts/blob/41a8b07fb3477be61a58ad9acd8879625eabf0d0/charts/prometheus/values.yaml
#
# In the commit 44df643f linked above, this config was
# In the commit 41a8b07f linked above, this config was
# referenced and defaulted to:
#
# server.retention - "15d"
# server.retentionSize - ""
# server.configPath - "/etc/config/prometheus.yml"
# server.storagePath - ""
# server.persistentVolume.mountPath - "/data"
Expand Down

0 comments on commit 34eb0fc

Please sign in to comment.