Skip to content

Commit

Permalink
Merge pull request #2177 from consideRatio/pr/cluster-autoscaler-bumping
Browse files Browse the repository at this point in the history
ci, support: let cluster-autoscaler chart be automatically version bumped
  • Loading branch information
consideRatio authored Feb 8, 2023
2 parents b161f79 + ce3c540 commit 6d0000b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-helm-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6d0000b

Please sign in to comment.