From 2e54e842636578d416864adc434d35fd3c919f3a Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Fri, 12 Jan 2024 15:12:44 +0200 Subject: [PATCH] Update cryptonono's location --- .github/workflows/bump-helm-versions.yaml | 2 +- helm-charts/support/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bump-helm-versions.yaml b/.github/workflows/bump-helm-versions.yaml index 2c11de3929..6a016366db 100644 --- a/.github/workflows/bump-helm-versions.yaml +++ b/.github/workflows/bump-helm-versions.yaml @@ -33,7 +33,7 @@ jobs: chart_urls: '{"binderhub": "https://raw.githubusercontent.com/jupyterhub/helm-chart/gh-pages/index.yaml"}' - name: "support" chart_path: "helm-charts/support/Chart.yaml" - chart_urls: '{"cryptnono": "https://yuvipanda.github.io/cryptnono/index.yaml", "cluster-autoscaler": "https://kubernetes.github.io/autoscaler/index.yaml", "ingress-nginx": "https://kubernetes.github.io/ingress-nginx/index.yaml", "grafana": "https://grafana.github.io/helm-charts/index.yaml", "prometheus": "https://prometheus-community.github.io/helm-charts/index.yaml"}' + chart_urls: '{"cryptnono": "https://cryptnono.github.io/cryptnono/index.yaml", "cluster-autoscaler": "https://kubernetes.github.io/autoscaler/index.yaml", "ingress-nginx": "https://kubernetes.github.io/ingress-nginx/index.yaml", "grafana": "https://grafana.github.io/helm-charts/index.yaml", "prometheus": "https://prometheus-community.github.io/helm-charts/index.yaml"}' steps: # We want tests to be run on the Pull Request that gets opened by the next step, diff --git a/helm-charts/support/Chart.yaml b/helm-charts/support/Chart.yaml index 47e40ba73d..5ad0a62913 100644 --- a/helm-charts/support/Chart.yaml +++ b/helm-charts/support/Chart.yaml @@ -40,8 +40,8 @@ dependencies: condition: cluster-autoscaler.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.107.heb504bc" - repository: https://yuvipanda.github.io/cryptnono/ + repository: https://cryptnono.github.io/cryptnono/ condition: cryptnono.enabled