Skip to content

feat(helm): update chart descheduler ( 0.31.0 → 0.36.0 ) - #5465

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cluster-0-descheduler-0.x
Open

feat(helm): update chart descheduler ( 0.31.0 → 0.36.0 )#5465
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cluster-0-descheduler-0.x

Conversation

@renovate

@renovate renovate Bot commented Jan 3, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
descheduler minor 0.31.00.36.0

Warning

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


Release Notes

kubernetes-sigs/descheduler (descheduler)

v0.36.0: Descheduler v0.36.0

Compare Source

What's Changed

New Contributors

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

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

v0.34.0: Descheduler v0.34.0

Compare Source

What's Changed

New Contributors

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

v0.33.0: Descheduler v0.33.0

Compare Source

What's Changed

New Contributors

Full Changelog: kubernetes-sigs/descheduler@v0.32.0...v0.33.0

v0.32.2: Descheduler v0.32.2

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/descheduler@v0.32.1...v0.32.2

v0.32.1

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/descheduler@v0.32.0...v0.32.1

v0.32.0

Compare Source

What's Changed
New Contributors

Full Changelog: kubernetes-sigs/descheduler@v0.31.0...v0.32.0


Configuration

📅 Schedule: (in timezone America/New_York)

  • 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 was generated by Mend Renovate. View the repository job log.

@carpenike-bot

carpenike-bot Bot commented Jan 3, 2025

Copy link
Copy Markdown
Contributor
--- kubernetes/cluster-0/apps/system/descheduler/app Kustomization: flux-system/descheduler HelmRelease: system/descheduler

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

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

     spec:
       chart: descheduler
       sourceRef:
         kind: HelmRepository
         name: kubernetes-sigs-descheduler
         namespace: flux-system
-      version: 0.31.0
+      version: 0.32.2
   interval: 30m
   values:
     deschedulerPolicy:
       profiles:
       - name: Default
         pluginConfig:

@carpenike-bot

carpenike-bot Bot commented Jan 3, 2025

Copy link
Copy Markdown
Contributor
--- HelmRelease: system/descheduler ClusterRole: system/descheduler

+++ HelmRelease: system/descheduler ClusterRole: system/descheduler

@@ -52,12 +52,20 @@

   - priorityclasses
   verbs:
   - get
   - watch
   - list
 - apiGroups:
+  - policy
+  resources:
+  - poddisruptionbudgets
+  verbs:
+  - get
+  - watch
+  - list
+- apiGroups:
   - coordination.k8s.io
   resources:
   - leases
   verbs:
   - create
   - update
--- HelmRelease: system/descheduler Deployment: system/descheduler

+++ HelmRelease: system/descheduler Deployment: system/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.31.0
+        image: registry.k8s.io/descheduler/descheduler:v0.32.2
         imagePullPolicy: IfNotPresent
         command:
         - /bin/descheduler
         args:
         - --policy-config-file=/policy-dir/policy.yaml
         - --descheduling-interval=5m
@@ -42,12 +42,15 @@

             path: /healthz
             port: 10258
             scheme: HTTPS
           initialDelaySeconds: 3
           periodSeconds: 10
         resources:
+          limits:
+            cpu: 500m
+            memory: 256Mi
           requests:
             cpu: 500m
             memory: 256Mi
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:

@carpenike-bot

carpenike-bot Bot commented Jan 3, 2025

Copy link
Copy Markdown
Contributor

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.42s
✅ REPOSITORY git_diff yes no no 0.04s
✅ REPOSITORY secretlint yes no no 3.79s
✅ YAML prettier 1 0 0 0.45s
✅ YAML yamllint 1 0 0 0.68s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate
renovate Bot force-pushed the renovate/cluster-0-descheduler-0.x branch from 5cf1f2a to 16ba60c Compare January 7, 2025 01:41
@renovate renovate Bot changed the title feat(helm): update chart descheduler ( 0.31.0 → 0.32.0 ) feat(helm): update chart descheduler ( 0.31.0 → 0.32.1 ) Jan 7, 2025
@renovate renovate Bot changed the title feat(helm): update chart descheduler ( 0.31.0 → 0.32.1 ) feat(helm): update chart descheduler ( 0.31.0 → 0.32.2 ) Feb 11, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-descheduler-0.x branch from 16ba60c to d2cf092 Compare February 11, 2025 10:15
@renovate
renovate Bot force-pushed the renovate/cluster-0-descheduler-0.x branch from d2cf092 to 15f85fe Compare May 4, 2025 22:56
@renovate renovate Bot changed the title feat(helm): update chart descheduler ( 0.31.0 → 0.32.2 ) feat(helm): update chart descheduler ( 0.31.0 → 0.33.0 ) May 4, 2025
@renovate renovate Bot changed the title feat(helm): update chart descheduler ( 0.31.0 → 0.33.0 ) feat(helm): update chart descheduler ( 0.31.0 → 0.34.0 ) Oct 30, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-descheduler-0.x branch from 15f85fe to 5c3e559 Compare October 30, 2025 20:16
@renovate
renovate Bot force-pushed the renovate/cluster-0-descheduler-0.x branch from 5c3e559 to d275bfc Compare January 8, 2026 16:30
@renovate renovate Bot changed the title feat(helm): update chart descheduler ( 0.31.0 → 0.34.0 ) feat(helm): update chart descheduler ( 0.31.0 → 0.35.0 ) Feb 20, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-descheduler-0.x branch from d275bfc to a6e9f6f Compare February 20, 2026 00:38
@renovate renovate Bot changed the title feat(helm): update chart descheduler ( 0.31.0 → 0.35.0 ) feat(helm): update chart descheduler ( 0.31.0 → 0.35.1 ) Mar 9, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-descheduler-0.x branch from a6e9f6f to bc9a237 Compare March 9, 2026 21:47
@renovate renovate Bot changed the title feat(helm): update chart descheduler ( 0.31.0 → 0.35.1 ) feat(helm): update chart descheduler ( 0.31.0 → 0.36.0 ) May 20, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-descheduler-0.x branch from bc9a237 to a8b44dc Compare May 20, 2026 13:10
@renovate
renovate Bot force-pushed the renovate/cluster-0-descheduler-0.x branch from a8b44dc to 988291b Compare June 22, 2026 17:42
| datasource | package     | from   | to     |
| ---------- | ----------- | ------ | ------ |
| helm       | descheduler | 0.31.0 | 0.36.0 |
@renovate
renovate Bot force-pushed the renovate/cluster-0-descheduler-0.x branch from 988291b to 3d31243 Compare July 20, 2026 21:54
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