diff --git a/bitnami/concourse/Chart.lock b/bitnami/concourse/Chart.lock index 60f7578b80..a8df073835 100644 --- a/bitnami/concourse/Chart.lock +++ b/bitnami/concourse/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 12.11.2 + version: 12.12.9 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.11.1 -digest: sha256:3a8ccfbc50773df51be67f01b6dbfd19ce6faa88ac293a79ee415db7b1d81565 -generated: "2023-09-17T17:09:32.075585143Z" + version: 2.12.0 +digest: sha256:0f7bb01257219bf96bc0b5a319fd1a296daabe68677d258be671c8595753f259 +generated: "2023-09-26T15:01:13.919361815Z" diff --git a/bitnami/concourse/Chart.yaml b/bitnami/concourse/Chart.yaml index faa5f943c0..b4bf989a9c 100644 --- a/bitnami/concourse/Chart.yaml +++ b/bitnami/concourse/Chart.yaml @@ -6,9 +6,9 @@ annotations: licenses: Apache-2.0 images: | - name: concourse - image: docker.io/bitnami/concourse:7.10.0-debian-11-r42 + image: docker.io/bitnami/concourse:7.10.0-debian-11-r47 - name: os-shell - image: docker.io/bitnami/os-shell:11-debian-11-r72 + image: docker.io/bitnami/os-shell:11-debian-11-r77 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.7 +version: 2.3.8 diff --git a/bitnami/concourse/README.md b/bitnami/concourse/README.md index 87b646ef40..19cb9828f9 100644 --- a/bitnami/concourse/README.md +++ b/bitnami/concourse/README.md @@ -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-r42` | +| `image.tag` | image tag (immutable tags are recommended) | `7.10.0-debian-11-r47` | | `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-r72` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r77` | | `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 | `[]` | diff --git a/bitnami/concourse/values.yaml b/bitnami/concourse/values.yaml index 40a9536ba1..6158095b9f 100644 --- a/bitnami/concourse/values.yaml +++ b/bitnami/concourse/values.yaml @@ -71,7 +71,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/concourse - tag: 7.10.0-debian-11-r42 + tag: 7.10.0-debian-11-r47 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-r72 + tag: 11-debian-11-r77 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.