Skip to content

Commit

Permalink
Merge pull request #989 from damemi/1.25-update-rolebinding
Browse files Browse the repository at this point in the history
[release-1.25] Update helm chart rolebinding to use events.k8s.io
  • Loading branch information
k8s-ci-robot authored Oct 17, 2022
2 parents 7ccb7ec + cf7777e commit 70fa1c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/descheduler/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: descheduler
version: 0.25.1
version: 0.25.2
appVersion: 0.25.1
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:
Expand Down
2 changes: 1 addition & 1 deletion charts/descheduler/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
{{- include "descheduler.labels" . | nindent 4 }}
rules:
- apiGroups: [""]
- apiGroups: ["events.k8s.io"]
resources: ["events"]
verbs: ["create", "update"]
- apiGroups: [""]
Expand Down

0 comments on commit 70fa1c0

Please sign in to comment.