1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 14:41:10 +01:00

Update Helm release action to work on release branches

Basing this action on push to `chart-*` tags doesn't work: the action itself
creates the new release tag, so trying to push the changes to a tag ends up
with the releaser comparing the changes to themself (and failing).

This also renames the chart from "descheduler" to "descheduler-helm-chart", to
avoid confusion with automated releases.
This commit is contained in:
Mike Dame
2020-07-22 14:09:13 -04:00
parent 0894f7740c
commit 7331f4e5de
3 changed files with 17 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
apiVersion: v1
name: descheduler
name: descheduler-helm-chart
version: 0.18.0
appVersion: 0.18.0
description: Descheduler for Kubernetes is used to rebalance clusters by evicting pods that can potentially be scheduled on better nodes. In the current implementation, descheduler does not schedule replacement of evicted pods but relies on the default scheduler for that.