mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/jenkins] Release 12.3.6 (#19852)
* [bitnami/jenkins] Release 12.3.6 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:
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.13.0
|
||||
digest: sha256:6b6084c51b6a028a651f6e8539d0197487ee807c5bae44867d4ea6ccd1f9ae93
|
||||
generated: "2023-09-29T21:37:39.508861879Z"
|
||||
version: 2.13.2
|
||||
digest: sha256:551ae9c020597fd0a1d62967d9899a3c57a12e92f49e7a3967b6a187efdcaead
|
||||
generated: "2023-10-09T18:12:59.624568491Z"
|
||||
|
||||
@@ -6,11 +6,11 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: jenkins-agent
|
||||
image: docker.io/bitnami/jenkins-agent:0.3148.0-debian-11-r35
|
||||
image: docker.io/bitnami/jenkins-agent:0.3148.0-debian-11-r43
|
||||
- name: jenkins
|
||||
image: docker.io/bitnami/jenkins:2.414.2-debian-11-r10
|
||||
image: docker.io/bitnami/jenkins:2.414.2-debian-11-r16
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r83
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r86
|
||||
apiVersion: v2
|
||||
appVersion: 2.414.2
|
||||
dependencies:
|
||||
@@ -35,4 +35,4 @@ maintainers:
|
||||
name: jenkins
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/jenkins
|
||||
version: 12.3.5
|
||||
version: 12.3.6
|
||||
|
||||
@@ -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.414.2-debian-11-r10` |
|
||||
| `image.tag` | Jenkins image tag (immutable tags are recommended) | `2.414.2-debian-11-r16` |
|
||||
| `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.3148.0-debian-11-r35` |
|
||||
| `agent.image.tag` | Jenkins image tag (immutable tags are recommended) | `0.3148.0-debian-11-r43` |
|
||||
| `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-r83` |
|
||||
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r86` |
|
||||
| `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 | `[]` |
|
||||
|
||||
@@ -72,7 +72,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/jenkins
|
||||
tag: 2.414.2-debian-11-r10
|
||||
tag: 2.414.2-debian-11-r16
|
||||
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.3148.0-debian-11-r35
|
||||
tag: 0.3148.0-debian-11-r43
|
||||
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-r83
|
||||
tag: 11-debian-11-r86
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user