From 19e1f28c5b537050a6180bff9a31b9de3cf3cf53 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 21 Aug 2023 20:36:50 +0200 Subject: [PATCH] [bitnami/jenkins] Release 12.2.9 (#18765) * [bitnami/jenkins] Release 12.2.9 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.yaml | 8 ++++---- bitnami/jenkins/README.md | 6 +++--- bitnami/jenkins/values.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bitnami/jenkins/Chart.yaml b/bitnami/jenkins/Chart.yaml index a9171d2175..925c799f3f 100644 --- a/bitnami/jenkins/Chart.yaml +++ b/bitnami/jenkins/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: jenkins-agent - image: docker.io/bitnami/jenkins-agent:0.3142.0-debian-11-r17 + image: docker.io/bitnami/jenkins-agent:0.3142.0-debian-11-r23 - name: jenkins - image: docker.io/bitnami/jenkins:2.401.3-debian-11-r17 + image: docker.io/bitnami/jenkins:2.401.3-debian-11-r20 - name: os-shell - image: docker.io/bitnami/os-shell:11-debian-11-r40 + image: docker.io/bitnami/os-shell:11-debian-11-r43 apiVersion: v2 appVersion: 2.401.3 dependencies: @@ -35,4 +35,4 @@ maintainers: name: jenkins sources: - https://github.com/bitnami/charts/tree/main/bitnami/jenkins -version: 12.2.8 +version: 12.2.9 diff --git a/bitnami/jenkins/README.md b/bitnami/jenkins/README.md index 5615174b73..1f2b24733b 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.401.3-debian-11-r17` | +| `image.tag` | Jenkins image tag (immutable tags are recommended) | `2.401.3-debian-11-r20` | | `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 | `[]` | @@ -160,7 +160,7 @@ The command removes all the Kubernetes components associated with the chart and | `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.3142.0-debian-11-r17` | +| `agent.image.tag` | Jenkins image tag (immutable tags are recommended) | `0.3142.0-debian-11-r23` | | `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 | `[]` | @@ -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-r40` | +| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r43` | | `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 ed4fee96e5..50400e1b2e 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.401.3-debian-11-r17 + tag: 2.401.3-debian-11-r20 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.3142.0-debian-11-r17 + tag: 0.3142.0-debian-11-r23 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-r40 + tag: 11-debian-11-r43 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.