From 8677fa5d0328a730e19b8df8435d074987ec22d8 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Wed, 15 Jun 2022 03:07:15 -0700 Subject: [PATCH] Bump up cryptnono new versions as they come --- .github/workflows/bump-helm-versions.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/bump-helm-versions.yaml b/.github/workflows/bump-helm-versions.yaml index 27ee577876..f5af0eec3b 100644 --- a/.github/workflows/bump-helm-versions.yaml +++ b/.github/workflows/bump-helm-versions.yaml @@ -23,6 +23,9 @@ jobs: # To bump multiple subchart versions, provide the chart name and a URL to # a published list of versions in this dictionary. chart_urls: '{"binderhub": "https://raw.githubusercontent.com/jupyterhub/helm-chart/gh-pages/index.yaml"}' + - name: "cryptnono" + chart_path: "helm-charts/support/Chart.yaml" + chart_urls: '{"cryptnono": "https://yuvipanda.github.io/cryptnono/index.yaml"}' steps: # We want tests to be run on the Pull Request that gets opened by the next step,