Skip to content

Commit

Permalink
Merge pull request #2883 from manics/update-chart-cryptnono
Browse files Browse the repository at this point in the history
Update cryptnono chart
  • Loading branch information
manics authored Jan 8, 2024
2 parents dd47839 + 280f41a commit 960e86d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
4 changes: 0 additions & 4 deletions config/curvenote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,6 @@ binderhub:
cryptnono:
enabled: true
priorityClassName: binderhub-core
detectors:
execwhacker:
containerdHostPath: /run/containerd
dockerHostPath: /run/dind

grafana:
enabled: false
Expand Down
7 changes: 0 additions & 7 deletions config/ovh2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ binderhub:
imageGCThresholdLow: 30e9
imageGCThresholdType: "absolute"

cryptnono:
detectors:
execwhacker:
containerdHostPath: /run/containerd
# TODO: Currently disabled as isn't present on all nodes, only on nodes running builders
# dockerHostPath: /run/dind

grafana:
nodeSelector: *coreNodeSelector
ingress:
Expand Down
2 changes: 1 addition & 1 deletion mybinder/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
# cryptnono, counters crypto mining
# Source code: https://github.com/yuvipanda/cryptnono/
- name: cryptnono
version: "0.3.1-0.dev.git.122.h7fa8a84"
version: "0.3.1-0.dev.git.124.ha9d46de"
repository: https://yuvipanda.github.io/cryptnono/
condition: cryptnono.enabled

Expand Down
6 changes: 3 additions & 3 deletions mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ cryptnono:
metrics:
enabled: true
# execwhacker needs access to containerd, and docker on build hosts, to lookup the container.
# Set these in the configurations for each deployment
# containerdHostPath: /run/containerd
# dockerHostPath: /run/dind
# Override if K8s uses a different path for containerd
containerdHostPath: /run/containerd/containerd.sock
dockerHostPath: /run/dind/docker.sock

imagePullSecrets:

Expand Down

0 comments on commit 960e86d

Please sign in to comment.