[bitnami/jenkins] Release 12.2.9 (#18765)

* [bitnami/jenkins] Release 12.2.9 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-08-21 20:36:50 +02:00
committed by GitHub
parent de2acbaab8
commit 19e1f28c5b
3 changed files with 10 additions and 10 deletions

View File

@@ -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

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.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 | `[]` |

View File

@@ -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.