diff --git a/bitnami/concourse/Chart.lock b/bitnami/concourse/Chart.lock index e7f533c60b..64c54dab05 100644 --- a/bitnami/concourse/Chart.lock +++ b/bitnami/concourse/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 10.12.7 + version: 10.13.0 - name: common repository: https://charts.bitnami.com/bitnami - version: 1.10.0 -digest: sha256:4a8e36d92f2e416d0ccfdbd291585091012757c1ad874ae8fcc6d7e6b43ba5c8 -generated: "2021-10-26T21:02:10.395439627Z" + version: 1.10.1 +digest: sha256:25c6d68efd6cce1b3a8dc9ed65c53eef625734f02438e835bc230ae5ee9236c8 +generated: "2021-10-29T07:08:07.044565286Z" diff --git a/bitnami/concourse/Chart.yaml b/bitnami/concourse/Chart.yaml index a2ddb1662d..005bd018ff 100644 --- a/bitnami/concourse/Chart.yaml +++ b/bitnami/concourse/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Infrastructure apiVersion: v2 -appVersion: 7.5.0 +appVersion: 7.6.0 dependencies: - condition: postgresql.enabled name: postgresql @@ -30,4 +30,4 @@ name: concourse sources: - https://github.com/bitnami/bitnami-docker-concourse - https://github.com/concourse/concourse -version: 0.1.12 +version: 0.1.13 diff --git a/bitnami/concourse/values.yaml b/bitnami/concourse/values.yaml index f88aa6fbbe..bf62b67b5c 100644 --- a/bitnami/concourse/values.yaml +++ b/bitnami/concourse/values.yaml @@ -47,7 +47,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/concourse - tag: 7.5.0-debian-10-r36 + tag: 7.6.0-debian-10-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -1157,7 +1157,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r233 + tag: 10-debian-10-r235 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.