From 8a66d658eb9af38ac8e169c595a844bf5aede125 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 11:45:35 +0200 Subject: [PATCH] Auto-updated Kubernetes Manifests (#1112) Co-authored-by: brokenpip3 <40476330+brokenpip3@users.noreply.github.com> --- deploy/crds/jenkins.io_jenkins_crd.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deploy/crds/jenkins.io_jenkins_crd.yaml b/deploy/crds/jenkins.io_jenkins_crd.yaml index 2caa71d2..e30bc42a 100644 --- a/deploy/crds/jenkins.io_jenkins_crd.yaml +++ b/deploy/crds/jenkins.io_jenkins_crd.yaml @@ -1330,6 +1330,11 @@ spec: type: string type: object type: object + skipPlugins: + description: 'Allow to skip installation of both BasePlugins and + Plugins. Requires using a custom image which includes the + BasePlugins. Defaults to false.' + type: boolean terminationGracePeriodSeconds: description: 'Optional duration in seconds the pod needs to terminate gracefully.' type: integer