From 1e725ac0402992031f24e0224f9dc4a3eefff195 Mon Sep 17 00:00:00 2001 From: Mukul Sharma Date: Mon, 31 Aug 2026 09:50:28 +0530 Subject: [PATCH] jenkins fix --- .../k8s-admin-prd-ase1/jenkins/custom-values.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/helm-overrides/k8s-admin-prd-ase1/jenkins/custom-values.yaml b/helm-overrides/k8s-admin-prd-ase1/jenkins/custom-values.yaml index 57b74a4..7e647d9 100644 --- a/helm-overrides/k8s-admin-prd-ase1/jenkins/custom-values.yaml +++ b/helm-overrides/k8s-admin-prd-ase1/jenkins/custom-values.yaml @@ -6,6 +6,16 @@ jenkins: # the same 8GB box while a build is running. controller: + image: + # Chart's default (unset here) falls back to appVersion 2.504.2 — + # but the chart's own bundled default plugin list (kubernetes, + # credentials, workflow-*, git, etc.) requires Jenkins core + # >= 2.504.3. Upstream inconsistency between the chart's pinned + # image tag and its own default plugins.txt, not our config — + # bumping the core image is the fix, not trimming plugins (several + # of them, especially `kubernetes`, are what dynamic build agents + # actually depend on). + tag: "2.504.3-jdk21" resources: requests: cpu: 100m