Skip to content

feat(helm): update chart descheduler ( 0.34.0 ➔ 0.35.1 )#299

Open
parsec-renovate[bot] wants to merge 1 commit intomainfrom
renovate/descheduler-0.x
Open

feat(helm): update chart descheduler ( 0.34.0 ➔ 0.35.1 )#299
parsec-renovate[bot] wants to merge 1 commit intomainfrom
renovate/descheduler-0.x

Conversation

@parsec-renovate
Copy link
Contributor

@parsec-renovate parsec-renovate bot commented Feb 19, 2026

This PR contains the following updates:

Package Update Change
descheduler minor 0.34.00.35.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

kubernetes-sigs/descheduler (descheduler)

v0.35.1: Descheduler v0.35.1

Compare Source

What's Changed

  • fix(ci): pin helm-unittest plugin version and bump chart-testing-action by @​a7i in #​1834
  • [v0.35.0] update helm chart by @​a7i in #​1835
  • Automated cherry pick of #​1836: Synchronize helm clusterrole RBAC with base yaml
    #​1826: Add init containers support to Helm chart
    #​1838: Change icon URL in Chart.yaml
    #​1842: fix: resolve detected data races
    #​1847: fix(ci): upgrade codeql-action to v4 and clean up security
    #​1848: update go dependencies
    #​1844: Extend PodLifeTime with condition, exit code, owner kind, by @​a7i in #​1850

Full Changelog: kubernetes-sigs/descheduler@v0.35.0...v0.35.1

v0.35.0: Descheduler v0.35.0

Compare Source

What's Changed

New Contributors

Full Changelog: kubernetes-sigs/descheduler@v0.34.0...v0.35.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@github-actions
Copy link

github-actions bot commented Feb 19, 2026

--- HelmRelease: tools/descheduler ClusterRole: tools/descheduler

+++ HelmRelease: tools/descheduler ClusterRole: tools/descheduler

@@ -59,7 +59,15 @@

   resources:
   - poddisruptionbudgets
   verbs:
   - get
   - watch
   - list
+- apiGroups:
+  - ''
+  resources:
+  - persistentvolumeclaims
+  verbs:
+  - get
+  - watch
+  - list
 
--- HelmRelease: tools/descheduler Deployment: tools/descheduler

+++ HelmRelease: tools/descheduler Deployment: tools/descheduler

@@ -21,13 +21,13 @@

         app.kubernetes.io/instance: descheduler
     spec:
       priorityClassName: system-cluster-critical
       serviceAccountName: descheduler
       containers:
       - name: descheduler
-        image: registry.k8s.io/descheduler/descheduler:v0.34.0
+        image: registry.k8s.io/descheduler/descheduler:v0.35.1
         imagePullPolicy: IfNotPresent
         command:
         - /bin/descheduler
         args:
         - --policy-config-file=/policy-dir/policy.yaml
         - --descheduling-interval=5m

@github-actions
Copy link

github-actions bot commented Feb 19, 2026

--- kubernetes/apps/tools/descheduler/app Kustomization: flux-system/descheduler HelmRelease: tools/descheduler

+++ kubernetes/apps/tools/descheduler/app Kustomization: flux-system/descheduler HelmRelease: tools/descheduler

@@ -13,13 +13,13 @@

     spec:
       chart: descheduler
       sourceRef:
         kind: HelmRepository
         name: descheduler
         namespace: flux-system
-      version: 0.34.0
+      version: 0.35.1
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   uninstall:

@parsec-renovate parsec-renovate bot force-pushed the renovate/descheduler-0.x branch from 30b9d10 to f24bc04 Compare March 9, 2026 21:16
@parsec-renovate parsec-renovate bot changed the title feat(helm): update chart descheduler ( 0.34.0 ➔ 0.35.0 ) feat(helm): update chart descheduler ( 0.34.0 ➔ 0.35.1 ) Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants