Skip to content

Commit 2c6b6a0

Browse files
Bitnami BotEduardo Morillo
Bitnami Bot
authored and
Eduardo Morillo
committed
[bitnami/jenkins] Release 11.0.12 (bitnami#14290)
* [bitnami/jenkins] Release 11.0.12 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> Signed-off-by: Eduardo Morillo <eduardo.morillo@blueamber.io>
1 parent 2485c40 commit 2c6b6a0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bitnami/jenkins/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
annotations:
22
category: Infrastructure
33
apiVersion: v2
4-
appVersion: 2.375.1
4+
appVersion: 2.375.2
55
dependencies:
66
- name: common
77
repository: https://charts.bitnami.com/bitnami
@@ -26,4 +26,4 @@ name: jenkins
2626
sources:
2727
- https://github.com/bitnami/containers/tree/main/bitnami/jenkins
2828
- https://jenkins.io/
29-
version: 11.0.11
29+
version: 11.0.12

bitnami/jenkins/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The command removes all the Kubernetes components associated with the chart and
8484
| ------------------- | ------------------------------------------------------------------------------------------------------- | ---------------------- |
8585
| `image.registry` | Jenkins image registry | `docker.io` |
8686
| `image.repository` | Jenkins image repository | `bitnami/jenkins` |
87-
| `image.tag` | Jenkins image tag (immutable tags are recommended) | `2.375.1-debian-11-r9` |
87+
| `image.tag` | Jenkins image tag (immutable tags are recommended) | `2.375.2-debian-11-r0` |
8888
| `image.digest` | Jenkins image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8989
| `image.pullPolicy` | Jenkins image pull policy | `IfNotPresent` |
9090
| `image.pullSecrets` | Jenkins image pull secrets | `[]` |
@@ -212,7 +212,7 @@ The command removes all the Kubernetes components associated with the chart and
212212
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
213213
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
214214
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
215-
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r68` |
215+
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r70` |
216216
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
217217
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
218218
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |

bitnami/jenkins/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ diagnosticMode:
6969
image:
7070
registry: docker.io
7171
repository: bitnami/jenkins
72-
tag: 2.375.1-debian-11-r9
72+
tag: 2.375.2-debian-11-r0
7373
digest: ""
7474
## Specify a imagePullPolicy
7575
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -560,7 +560,7 @@ volumePermissions:
560560
image:
561561
registry: docker.io
562562
repository: bitnami/bitnami-shell
563-
tag: 11-debian-11-r68
563+
tag: 11-debian-11-r70
564564
digest: ""
565565
pullPolicy: IfNotPresent
566566
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)