[bitnami/concourse] Release 2.3.1 (#18844)

* [bitnami/concourse] Release 2.3.1 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-25 01:01:13 +02:00
committed by GitHub
parent 773e921bce
commit 51bfc5c178
3 changed files with 7 additions and 7 deletions

View File

@@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: concourse
image: docker.io/bitnami/concourse:7.10.0-debian-11-r10
image: docker.io/bitnami/concourse:7.10.0-debian-11-r16
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r40
image: docker.io/bitnami/os-shell:11-debian-11-r45
apiVersion: v2
appVersion: 7.10.0
dependencies:
@@ -37,4 +37,4 @@ maintainers:
name: concourse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/concourse
version: 2.3.0
version: 2.3.1

View File

@@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| `image.registry` | image registry | `docker.io` |
| `image.repository` | image repository | `bitnami/concourse` |
| `image.tag` | image tag (immutable tags are recommended) | `7.10.0-debian-11-r10` |
| `image.tag` | image tag (immutable tags are recommended) | `7.10.0-debian-11-r16` |
| `image.digest` | image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | image pull policy | `IfNotPresent` |
| `image.pullSecrets` | image pull secrets | `[]` |
@@ -356,7 +356,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/os-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r40` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r45` |
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Init container volume-permissions image pull secrets | `[]` |

View File

@@ -71,7 +71,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/concourse
tag: 7.10.0-debian-11-r10
tag: 7.10.0-debian-11-r16
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1212,7 +1212,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r40
tag: 11-debian-11-r45
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.