From d7a8c114801afd2d683f3dd74e105b7f1cea4a7d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 20 Sep 2023 17:27:20 +0200 Subject: [PATCH] [bitnami/jenkins] Release 12.3.3 (#19437) * [bitnami/jenkins] Release 12.3.3 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/jenkins/Chart.lock | 6 +-- bitnami/jenkins/Chart.yaml | 38 ++++++------- bitnami/jenkins/README.md | 104 ++++++++++++++++++------------------ bitnami/jenkins/values.yaml | 6 +-- 4 files changed, 77 insertions(+), 77 deletions(-) diff --git a/bitnami/jenkins/Chart.lock b/bitnami/jenkins/Chart.lock index b9494ddb7c..1a69b98129 100644 --- a/bitnami/jenkins/Chart.lock +++ b/bitnami/jenkins/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.10.1 -digest: sha256:daa1b58d8ebece125719a584651716f45f3b32268d691e449da396b34ae89c27 -generated: "2023-09-11T14:03:24.98129+02:00" + version: 2.11.1 +digest: sha256:ead8f26c76a9ec082f23629a358e8efd8f88d87aaed734bf41febcb8a7bc5d4c +generated: "2023-09-20T15:12:21.818065333Z" diff --git a/bitnami/jenkins/Chart.yaml b/bitnami/jenkins/Chart.yaml index 1bbce67e57..4f020d7a45 100644 --- a/bitnami/jenkins/Chart.yaml +++ b/bitnami/jenkins/Chart.yaml @@ -6,33 +6,33 @@ annotations: licenses: Apache-2.0 images: | - name: jenkins-agent - image: docker.io/bitnami/jenkins-agent:0.3148.0-debian-11-r8 + image: docker.io/bitnami/jenkins-agent:0.3148.0-debian-11-r26 - name: jenkins - image: docker.io/bitnami/jenkins:2.414.1-debian-11-r0 + image: docker.io/bitnami/jenkins:2.414.2-debian-11-r0 - name: os-shell - image: docker.io/bitnami/os-shell:11-debian-11-r54 + image: docker.io/bitnami/os-shell:11-debian-11-r72 apiVersion: v2 -appVersion: 2.414.1 +appVersion: 2.414.2 dependencies: - - name: common - repository: oci://registry-1.docker.io/bitnamicharts - tags: - - bitnami-common - version: 2.x.x +- name: common + repository: oci://registry-1.docker.io/bitnamicharts + tags: + - bitnami-common + version: 2.x.x description: Jenkins is an open source Continuous Integration and Continuous Delivery (CI/CD) server designed to automate the building, testing, and deploying of any software project. home: https://bitnami.com icon: https://bitnami.com/assets/stacks/jenkins/img/jenkins-stack-220x234.png keywords: - - jenkins - - ci - - cd - - http - - web - - application +- jenkins +- ci +- cd +- http +- web +- application maintainers: - - name: VMware, Inc. - url: https://github.com/bitnami/charts +- name: VMware, Inc. + url: https://github.com/bitnami/charts name: jenkins sources: - - https://github.com/bitnami/charts/tree/main/bitnami/jenkins -version: 12.3.2 +- https://github.com/bitnami/charts/tree/main/bitnami/jenkins +version: 12.3.3 diff --git a/bitnami/jenkins/README.md b/bitnami/jenkins/README.md index 55db96cb02..aeae5a52e4 100644 --- a/bitnami/jenkins/README.md +++ b/bitnami/jenkins/README.md @@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and | ------------------- | ------------------------------------------------------------------------------------------------------- | ---------------------- | | `image.registry` | Jenkins image registry | `docker.io` | | `image.repository` | Jenkins image repository | `bitnami/jenkins` | -| `image.tag` | Jenkins image tag (immutable tags are recommended) | `2.414.1-debian-11-r0` | +| `image.tag` | Jenkins image tag (immutable tags are recommended) | `2.414.2-debian-11-r0` | | `image.digest` | Jenkins image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Jenkins image pull policy | `IfNotPresent` | | `image.pullSecrets` | Jenkins image pull secrets | `[]` | @@ -131,56 +131,56 @@ The command removes all the Kubernetes components associated with the chart and ### Jenkins Configuration as Code plugin settings (EXPERIMENTAL) -| Name | Description | Value | -| ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ----------------------- | -| `configAsCode.enabled` | Enable configuration as code. | `false` | -| `configAsCode.extraConfigFiles` | List of additional configuration-as-code files to be mounted | `{}` | -| `configAsCode.securityRealm` | Content of the 'securityRealm' block | `{}` | -| `configAsCode.authorizationStrategy` | Content of the 'authorizationStrategy' block | `{}` | -| `configAsCode.security` | Content of the 'security' block | `{}` | -| `configAsCode.extraJenkins` | Append additional settings under the 'jenkins' block | `{}` | -| `configAsCode.extraConfig` | Append additional settings at the root of the configuration-as-code file | `{}` | -| `configAsCode.extraKubernetes` | Append additional settings under the Kubernetes cloud block | `{}` | -| `configAsCode.extraClouds` | Additional clouds | `[]` | -| `configAsCode.existingConfigmap` | Name of an existing configmap containing the config-as-code files. | `""` | -| `configAsCode.autoReload.enabled` | Enable the creation of the autoReload sidecar container. | `true` | -| `configAsCode.autoReload.initialDelay` | In seconds, time | `360` | -| `configAsCode.autoReload.reqRetries` | | `12` | -| `configAsCode.autoReload.interval` | | `10` | -| `configAsCode.autoReload.command` | | `[]` | -| `configAsCode.autoReload.args` | | `[]` | -| `configAsCode.autoReload.extraEnvVars` | | `[]` | -| `configAsCode.autoReload.extraEnvVarsSecret` | | `""` | -| `configAsCode.autoReload.extraEnvVarsCM` | | `""` | -| `configAsCode.autoReload.extraVolumeMounts` | | `[]` | -| `configAsCode.autoReload.containerSecurityContext.enabled` | Enabled %%MAIN_CONTAINER_NAME%% containers' Security Context | `true` | -| `configAsCode.autoReload.containerSecurityContext.runAsUser` | Set %%MAIN_CONTAINER_NAME%% containers' Security Context runAsUser | `1001` | -| `configAsCode.autoReload.containerSecurityContext.runAsNonRoot` | Set %%MAIN_CONTAINER_NAME%% containers' Security Context runAsNonRoot | `true` | -| `configAsCode.autoReload.containerSecurityContext.readOnlyRootFilesystem` | Set %%MAIN_CONTAINER_NAME%% containers' Security Context runAsNonRoot | `false` | -| `agent.enabled` | Set to true to enable the configuration of Jenkins kubernetes agents | `false` | -| `agent.image.registry` | Jenkins image registry | `docker.io` | -| `agent.image.repository` | Jenkins image repository | `bitnami/jenkins-agent` | -| `agent.image.tag` | Jenkins image tag (immutable tags are recommended) | `0.3148.0-debian-11-r8` | -| `agent.image.digest` | Jenkins image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | -| `agent.image.pullPolicy` | Jenkins image pull policy | `IfNotPresent` | -| `agent.image.pullSecrets` | Jenkins image pull secrets | `[]` | -| `agent.image.debug` | Enable image debug mode | `false` | -| `agent.templateLabel` | Label for the Kubernetes agent template | `kubernetes-agent` | -| `agent.podLabels` | Additional pod labels for the Jenkins agent pods | `{}` | -| `agent.annotations` | Additional pod annotations for the Jenkins agent pods | `{}` | -| `agent.sidecars` | Additional sidecar containers for the Jenkins agent pods | `[]` | -| `agent.command` | Override default container command (useful when using custom images) | `""` | -| `agent.args` | Override default container args (useful when using custom images) | `""` | -| `agent.containerExtraEnvVars` | Additional env vars for the Jenkins agent pods | `[]` | -| `agent.podExtraEnvVars` | Additional env vars for the Jenkins agent pods | `[]` | -| `agent.extraAgentTemplate` | Extend the default agent template | `{}` | -| `agent.extraTemplates` | Provide your own custom agent templates | `[]` | -| `agent.resources.limits` | The resources limits for the Jenkins container | `{}` | -| `agent.resources.requests` | The requested resources for the Jenkins container | `{}` | -| `agent.containerSecurityContext.enabled` | Enable container security context | `false` | -| `agent.containerSecurityContext.runAsUser` | User ID for the agent container | `""` | -| `agent.containerSecurityContext.runAsGroup` | User ID for the agent container | `""` | -| `agent.containerSecurityContext.privileged` | Decide if the container runs privileged. | `false` | +| Name | Description | Value | +| ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------ | +| `configAsCode.enabled` | Enable configuration as code. | `false` | +| `configAsCode.extraConfigFiles` | List of additional configuration-as-code files to be mounted | `{}` | +| `configAsCode.securityRealm` | Content of the 'securityRealm' block | `{}` | +| `configAsCode.authorizationStrategy` | Content of the 'authorizationStrategy' block | `{}` | +| `configAsCode.security` | Content of the 'security' block | `{}` | +| `configAsCode.extraJenkins` | Append additional settings under the 'jenkins' block | `{}` | +| `configAsCode.extraConfig` | Append additional settings at the root of the configuration-as-code file | `{}` | +| `configAsCode.extraKubernetes` | Append additional settings under the Kubernetes cloud block | `{}` | +| `configAsCode.extraClouds` | Additional clouds | `[]` | +| `configAsCode.existingConfigmap` | Name of an existing configmap containing the config-as-code files. | `""` | +| `configAsCode.autoReload.enabled` | Enable the creation of the autoReload sidecar container. | `true` | +| `configAsCode.autoReload.initialDelay` | In seconds, time | `360` | +| `configAsCode.autoReload.reqRetries` | | `12` | +| `configAsCode.autoReload.interval` | | `10` | +| `configAsCode.autoReload.command` | | `[]` | +| `configAsCode.autoReload.args` | | `[]` | +| `configAsCode.autoReload.extraEnvVars` | | `[]` | +| `configAsCode.autoReload.extraEnvVarsSecret` | | `""` | +| `configAsCode.autoReload.extraEnvVarsCM` | | `""` | +| `configAsCode.autoReload.extraVolumeMounts` | | `[]` | +| `configAsCode.autoReload.containerSecurityContext.enabled` | Enabled %%MAIN_CONTAINER_NAME%% containers' Security Context | `true` | +| `configAsCode.autoReload.containerSecurityContext.runAsUser` | Set %%MAIN_CONTAINER_NAME%% containers' Security Context runAsUser | `1001` | +| `configAsCode.autoReload.containerSecurityContext.runAsNonRoot` | Set %%MAIN_CONTAINER_NAME%% containers' Security Context runAsNonRoot | `true` | +| `configAsCode.autoReload.containerSecurityContext.readOnlyRootFilesystem` | Set %%MAIN_CONTAINER_NAME%% containers' Security Context runAsNonRoot | `false` | +| `agent.enabled` | Set to true to enable the configuration of Jenkins kubernetes agents | `false` | +| `agent.image.registry` | Jenkins image registry | `docker.io` | +| `agent.image.repository` | Jenkins image repository | `bitnami/jenkins-agent` | +| `agent.image.tag` | Jenkins image tag (immutable tags are recommended) | `0.3148.0-debian-11-r26` | +| `agent.image.digest` | Jenkins image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | +| `agent.image.pullPolicy` | Jenkins image pull policy | `IfNotPresent` | +| `agent.image.pullSecrets` | Jenkins image pull secrets | `[]` | +| `agent.image.debug` | Enable image debug mode | `false` | +| `agent.templateLabel` | Label for the Kubernetes agent template | `kubernetes-agent` | +| `agent.podLabels` | Additional pod labels for the Jenkins agent pods | `{}` | +| `agent.annotations` | Additional pod annotations for the Jenkins agent pods | `{}` | +| `agent.sidecars` | Additional sidecar containers for the Jenkins agent pods | `[]` | +| `agent.command` | Override default container command (useful when using custom images) | `""` | +| `agent.args` | Override default container args (useful when using custom images) | `""` | +| `agent.containerExtraEnvVars` | Additional env vars for the Jenkins agent pods | `[]` | +| `agent.podExtraEnvVars` | Additional env vars for the Jenkins agent pods | `[]` | +| `agent.extraAgentTemplate` | Extend the default agent template | `{}` | +| `agent.extraTemplates` | Provide your own custom agent templates | `[]` | +| `agent.resources.limits` | The resources limits for the Jenkins container | `{}` | +| `agent.resources.requests` | The requested resources for the Jenkins container | `{}` | +| `agent.containerSecurityContext.enabled` | Enable container security context | `false` | +| `agent.containerSecurityContext.runAsUser` | User ID for the agent container | `""` | +| `agent.containerSecurityContext.runAsGroup` | User ID for the agent container | `""` | +| `agent.containerSecurityContext.privileged` | Decide if the container runs privileged. | `false` | ### Jenkins deployment parameters @@ -296,7 +296,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `volumePermissions.image.registry` | OS Shell + Utility image registry | `docker.io` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` | -| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r54` | +| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r72` | | `volumePermissions.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` | diff --git a/bitnami/jenkins/values.yaml b/bitnami/jenkins/values.yaml index 0b56ead723..e96831f90d 100644 --- a/bitnami/jenkins/values.yaml +++ b/bitnami/jenkins/values.yaml @@ -72,7 +72,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/jenkins - tag: 2.414.1-debian-11-r0 + tag: 2.414.2-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -344,7 +344,7 @@ agent: image: registry: docker.io repository: bitnami/jenkins-agent - tag: 0.3148.0-debian-11-r8 + tag: 0.3148.0-debian-11-r26 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -898,7 +898,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 11-debian-11-r54 + tag: 11-debian-11-r72 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.