1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Merge pull request #1225 from a7i/helm-1.28

helm: bump chart to v0.28.0
This commit is contained in:
Kubernetes Prow Robot
2023-08-24 05:54:21 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
k8s-version: ["v1.28.0"]
descheduler-version: ["v0.27.1"]
descheduler-version: ["v0.28.0"]
descheduler-api: ["v1alpha1", "v1alpha2"]
manifest: ["deployment"]
runs-on: ubuntu-latest

View File

@@ -1,7 +1,7 @@
apiVersion: v1
name: descheduler
version: 0.27.1
appVersion: 0.27.1
version: 0.28.0
appVersion: 0.28.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.
keywords:
- kubernetes