[bitnami/jenkins] Release 12.2.3 (#17385)

* [bitnami/jenkins] Release 12.2.3 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-06-28 18:05:18 +02:00
committed by GitHub
parent 5fc7713e3b
commit 0d0f5efdde
3 changed files with 57 additions and 57 deletions

View File

@@ -5,7 +5,7 @@ annotations:
category: Infrastructure
licenses: Apache-2.0
apiVersion: v2
appVersion: 2.401.1
appVersion: 2.401.2
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -28,4 +28,4 @@ maintainers:
name: jenkins
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/jenkins
version: 12.2.2
version: 12.2.3

View File

@@ -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.401.1-debian-11-r0` |
| `image.tag` | Jenkins image tag (immutable tags are recommended) | `2.401.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.3107.0-debian-11-r36` |
| `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.3131.0-debian-11-r3` |
| `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` | Bitnami Shell image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r126` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r130` |
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |

View File

@@ -72,7 +72,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/jenkins
tag: 2.401.1-debian-11-r0
tag: 2.401.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.3107.0-debian-11-r36
tag: 0.3131.0-debian-11-r3
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/bitnami-shell
tag: 11-debian-11-r126
tag: 11-debian-11-r130
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.