jenkins fix

This commit is contained in:
Mukul Sharma
2026-08-31 09:50:28 +05:30
parent 0be12f5fc7
commit 1e725ac040
@@ -6,6 +6,16 @@ jenkins:
# the same 8GB box while a build is running. # the same 8GB box while a build is running.
controller: 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: resources:
requests: requests:
cpu: 100m cpu: 100m