From 4e5b2cf574030437c2975e2154bc0d1684313255 Mon Sep 17 00:00:00 2001 From: iamvigneshwars Date: Fri, 20 Feb 2026 17:18:23 +0000 Subject: [PATCH 1/2] fix(charts): update keueue with waitforpodsready --- charts/kueue/values.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/charts/kueue/values.yaml b/charts/kueue/values.yaml index 5bc35898b..4cb42e152 100644 --- a/charts/kueue/values.yaml +++ b/charts/kueue/values.yaml @@ -48,6 +48,15 @@ kueue: - "kubeflow.org/jaxjob" - "workload.codeflare.dev/appwrapper" - "pod" + waitForPodsReady: + enable: true + blockAdmission: false + timeout: 5m + requeuingStrategy: + timestamp: Eviction + backoffLimitCount: 5 + backoffBaseSeconds: 60 + backoffMaxSeconds: 900 objectRetentionPolicies: workloads: afterFinished: "30s" From d024e67b1768ddfd3e9fb075dda3849fea45b839 Mon Sep 17 00:00:00 2001 From: iamvigneshwars Date: Fri, 20 Feb 2026 17:19:09 +0000 Subject: [PATCH 2/2] chore(charts): bump kueue version from 0.1.0 to 0.1.1 --- charts/kueue/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kueue/Chart.yaml b/charts/kueue/Chart.yaml index 83fcc17ec..d5a2851cd 100644 --- a/charts/kueue/Chart.yaml +++ b/charts/kueue/Chart.yaml @@ -3,7 +3,7 @@ name: kueue description: A Kubernetes scheduler for managing workloads in a fair and efficient way. type: application -version: 0.1.0 +version: 0.1.1 dependencies: - name: kueue version: 0.15.0