mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
[bitnami/concourse] Release 2.2.1 (#16846)
* [bitnami/concourse] Release 2.2.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:
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 12.4.2
|
||||
version: 12.5.2
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.2.5
|
||||
digest: sha256:40473bd57fc3d6211ce747ee3dd626d922a059c90c69ebf70c58ac2beffdd56d
|
||||
generated: "2023-05-06T16:56:48.893492949Z"
|
||||
version: 2.4.0
|
||||
digest: sha256:17abdfc83952767eb2c81aba058b2d18ea5b2f0a8f4d03b3d78d0f428c6d506b
|
||||
generated: "2023-05-21T20:59:17.802718661Z"
|
||||
|
||||
@@ -29,4 +29,4 @@ maintainers:
|
||||
name: concourse
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/concourse
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
|
||||
@@ -6,8 +6,6 @@ Concourse is an automation system written in Go. It is most commonly used for CI
|
||||
|
||||
[Overview of Concourse](https://concourse-ci.org/)
|
||||
|
||||
Looking to use Concourse in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -82,7 +80,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.9.1-debian-11-r29` |
|
||||
| `image.tag` | image tag (immutable tags are recommended) | `7.9.1-debian-11-r34` |
|
||||
| `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 +354,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/bitnami-shell` |
|
||||
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r113` |
|
||||
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r118` |
|
||||
| `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 | `[]` |
|
||||
|
||||
@@ -68,7 +68,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/concourse
|
||||
tag: 7.9.1-debian-11-r29
|
||||
tag: 7.9.1-debian-11-r34
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1209,7 +1209,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r113
|
||||
tag: 11-debian-11-r118
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user