[bitnami/concourse] Release 2.2.11 (#18505)

* [bitnami/concourse] Release 2.2.11 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-17 14:25:58 +02:00
committed by GitHub
parent 0768fa2116
commit 02354ab350
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-r2
image: docker.io/bitnami/concourse:7.10.0-debian-11-r7
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r34
image: docker.io/bitnami/os-shell:11-debian-11-r40
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.2.10
version: 2.2.11

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-r2` |
| `image.tag` | image tag (immutable tags are recommended) | `7.10.0-debian-11-r7` |
| `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-r34` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r40` |
| `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-r2
tag: 7.10.0-debian-11-r7
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-r34
tag: 11-debian-11-r40
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.