jenkins fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user