[bitnami/concourse] Release 1.3.5 updating components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Bitnami Containers
2022-06-10 13:58:32 +00:00
parent 300c503abd
commit cb8ce35b5a
4 changed files with 8 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.6.3
version: 11.6.5
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.16.0
digest: sha256:c81f2edf7ce69a27cabd776a6362e061e6c79364e14fe0301f7318875b65585c
generated: "2022-06-06T23:03:30.858907623Z"
digest: sha256:46e8b149ede8d895fda13ace1b5ceeba54e33ba1700ff6876c0cb49afc048954
generated: "2022-06-10T12:55:00.985971411Z"

View File

@@ -30,4 +30,4 @@ name: concourse
sources:
- https://github.com/bitnami/bitnami-docker-concourse
- https://github.com/concourse/concourse
version: 1.3.4
version: 1.3.5

View File

@@ -7,7 +7,7 @@ Concourse is an automation system written in Go. It is most commonly used for CI
[Overview of Concourse](https://concourse-ci.org/)
## TL;DR
```console
@@ -494,4 +494,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

@@ -67,7 +67,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/concourse
tag: 7.8.0-debian-11-r0
tag: 7.8.0-debian-11-r3
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -1202,7 +1202,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r0
tag: 11-debian-11-r3
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.