From ce3c5409d7fca1abed7b181958694b5a18a39199 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 8 Feb 2023 12:23:11 +0100 Subject: [PATCH] ci, support: let cluster-autoscaler chart be automatically version bumped --- .github/workflows/bump-helm-versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-helm-versions.yaml b/.github/workflows/bump-helm-versions.yaml index d4f72483e6..a4e5e69c34 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", "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://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"}' steps: # We want tests to be run on the Pull Request that gets opened by the next step,