[bitnami/jenkins] Release 12.2.2 (#17135)

* [bitnami/jenkins] Release 12.2.2 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-15 14:08:39 +02:00
committed by GitHub
parent 3767459201
commit c953208ffb
3 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -80,7 +80,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.387.3-debian-11-r6` |
| `image.tag` | Jenkins image tag (immutable tags are recommended) | `2.401.1-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 | `[]` |
@@ -158,7 +158,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.3107.0-debian-11-r27` |
| `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 | `[]` |
@@ -294,7 +294,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-r118` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r126` |
| `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

@@ -69,7 +69,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/jenkins
tag: 2.387.3-debian-11-r6
tag: 2.401.1-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -341,7 +341,7 @@ agent:
image:
registry: docker.io
repository: bitnami/jenkins-agent
tag: 0.3107.0-debian-11-r27
tag: 0.3107.0-debian-11-r36
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -895,7 +895,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r118
tag: 11-debian-11-r126
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.