Skip to content
Open
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions helm-charts/support/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,34 @@ dependencies:
- name: prometheus
# NOTE: CHECK INSTRUCTIONS UNDER prometheus.server.command IN support/values.yaml
# EACH TIME THIS VERSION IS BUMPED!
version: 27.48.0
version: 28.13.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: 10.2.0
version: 10.5.15
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.14.0
version: 4.13.7
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.52.1
version: 9.55.1
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.217.hbcd17ea"
version: "0.3.2-0.dev.git.256.he86658e"
repository: https://cryptnono.github.io/cryptnono/
condition: cryptnono.enabled

Expand All @@ -51,4 +51,4 @@ dependencies:
- name: jupyterhub-cost-monitoring
version: "v1.1.1"
repository: https://2i2c.org/jupyterhub-cost-monitoring/
condition: jupyterhub-cost-monitoring.enabled
condition: jupyterhub-cost-monitoring.enabled
5 changes: 3 additions & 2 deletions helm-charts/support/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,14 +393,15 @@ cryptnono:
cpu: 5m
memory: 100Mi

metrics:
enabled: true

detectors:
execwhacker:
enabled: true
# Cryptnono can get information about what container the kill was in, so we can identify which
# user was cryptomining
containerdHostPath: /run/containerd/containerd.sock
metrics:
enabled: true
configs:
unencrypted-test-01:
bannedCommandStrings:
Expand Down