Skip to content

Commit 5ce857b

Browse files
authored
Merge pull request #1680 from a7i/amir/helm-0.33
v0.33.0: bump helm chart
2 parents 75d9800 + 1f4d20d commit 5ce857b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ does not exist, descheduler won't create it and will throw an error.
925925

926926
### Label filtering
927927

928-
The following strategies can configure a [standard kubernetes labelSelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#labelselector-v1-meta)
928+
The following strategies can configure a [standard kubernetes labelSelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.33/#labelselector-v1-meta)
929929
to filter pods by their labels:
930930

931931
* `PodLifeTime`

charts/descheduler/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: descheduler
3-
version: 0.32.0
4-
appVersion: 0.32.0
3+
version: 0.33.0
4+
appVersion: 0.33.0
55
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.
66
keywords:
77
- kubernetes

0 commit comments

Comments
 (0)