From f9f32bba9e8b7a17738031aa22607b9d841867ae Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 12 Jan 2024 08:58:26 -0800 Subject: [PATCH] Point to new location for cryptnono --- mybinder/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mybinder/Chart.yaml b/mybinder/Chart.yaml index af5f3a29d..3e3cd03db 100644 --- a/mybinder/Chart.yaml +++ b/mybinder/Chart.yaml @@ -38,10 +38,10 @@ dependencies: condition: grafana.enabled # cryptnono, counters crypto mining - # Source code: https://github.com/yuvipanda/cryptnono/ + # Source code: https://github.com/cryptnono/cryptnono/ - name: cryptnono version: "0.3.1-0.dev.git.103.h8646c67" - repository: https://yuvipanda.github.io/cryptnono/ + repository: https://cryptnono.github.io/cryptnono/ condition: cryptnono.enabled # cluster autoscaler, autoscales k8s nodes, required for EKS clusters that