From ce38164470030fae14b60557e2d9b457c71a65fd Mon Sep 17 00:00:00 2001 From: Sai Yerram Date: Thu, 14 Mar 2019 11:21:48 -0700 Subject: [PATCH] Bump docker image --- bbl-destroy/task.yml | 2 +- bbl-up/task.yml | 2 +- bosh-cleanup/task.yml | 2 +- bosh-delete-deployment/task.yml | 2 +- bosh-deploy-with-created-release/task.yml | 2 +- bosh-deploy-with-updated-release-submodule/task.yml | 2 +- bosh-deploy/task.yml | 2 +- bosh-upload-stemcells/task.yml | 2 +- collect-ops-files/task.yml | 2 +- run-cats-with-provided-cli/task.yml | 2 +- run-cats/task.yml | 2 +- run-errand/task.yml | 2 +- set-feature-flags/task.yml | 2 +- update-integration-configs/task.yml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bbl-destroy/task.yml b/bbl-destroy/task.yml index e8dcd0da..5059647c 100644 --- a/bbl-destroy/task.yml +++ b/bbl-destroy/task.yml @@ -5,7 +5,7 @@ image_resource: type: docker-image source: repository: relintdockerhubpushbot/cf-deployment-concourse-tasks - tag: v6.3.0 + tag: v6.4.0 inputs: - name: cf-deployment-concourse-tasks # - This repo diff --git a/bbl-up/task.yml b/bbl-up/task.yml index def525b5..393bc370 100644 --- a/bbl-up/task.yml +++ b/bbl-up/task.yml @@ -5,7 +5,7 @@ image_resource: type: docker-image source: repository: relintdockerhubpushbot/cf-deployment-concourse-tasks - tag: v6.3.0 + tag: v6.4.0 inputs: - name: cf-deployment-concourse-tasks # - This repo diff --git a/bosh-cleanup/task.yml b/bosh-cleanup/task.yml index 25e85d92..debf6c5b 100644 --- a/bosh-cleanup/task.yml +++ b/bosh-cleanup/task.yml @@ -5,7 +5,7 @@ image_resource: type: docker-image source: repository: relintdockerhubpushbot/cf-deployment-concourse-tasks - tag: v6.3.0 + tag: v6.4.0 inputs: - name: cf-deployment-concourse-tasks diff --git a/bosh-delete-deployment/task.yml b/bosh-delete-deployment/task.yml index 3d2b1f5d..c86ab6fa 100644 --- a/bosh-delete-deployment/task.yml +++ b/bosh-delete-deployment/task.yml @@ -5,7 +5,7 @@ image_resource: type: docker-image source: repository: relintdockerhubpushbot/cf-deployment-concourse-tasks - tag: v6.3.0 + tag: v6.4.0 inputs: - name: bbl-state # - The env repo containing the Director's bbl state dir diff --git a/bosh-deploy-with-created-release/task.yml b/bosh-deploy-with-created-release/task.yml index b9c33b24..453d2ca2 100644 --- a/bosh-deploy-with-created-release/task.yml +++ b/bosh-deploy-with-created-release/task.yml @@ -5,7 +5,7 @@ image_resource: type: docker-image source: repository: relintdockerhubpushbot/cf-deployment-concourse-tasks - tag: v6.3.0 + tag: v6.4.0 inputs: - name: bbl-state # - The repo containing the Director's bbl state dir diff --git a/bosh-deploy-with-updated-release-submodule/task.yml b/bosh-deploy-with-updated-release-submodule/task.yml index eabe2e86..daa9dffe 100644 --- a/bosh-deploy-with-updated-release-submodule/task.yml +++ b/bosh-deploy-with-updated-release-submodule/task.yml @@ -5,7 +5,7 @@ image_resource: type: docker-image source: repository: relintdockerhubpushbot/cf-deployment-concourse-tasks - tag: v6.3.0 + tag: v6.4.0 inputs: - name: bbl-state # - The repo containing the Director's bbl state dir diff --git a/bosh-deploy/task.yml b/bosh-deploy/task.yml index 29b666b5..08c3e5bf 100644 --- a/bosh-deploy/task.yml +++ b/bosh-deploy/task.yml @@ -5,7 +5,7 @@ image_resource: type: docker-image source: repository: relintdockerhubpushbot/cf-deployment-concourse-tasks - tag: v6.3.0 + tag: v6.4.0 inputs: - name: bbl-state # - The repo containing the Director's bbl state dir diff --git a/bosh-upload-stemcells/task.yml b/bosh-upload-stemcells/task.yml index 6b3aeed7..837cdb16 100644 --- a/bosh-upload-stemcells/task.yml +++ b/bosh-upload-stemcells/task.yml @@ -5,7 +5,7 @@ image_resource: type: docker-image source: repository: relintdockerhubpushbot/cf-deployment-concourse-tasks - tag: v6.3.0 + tag: v6.4.0 inputs: - name: cf-deployment-concourse-tasks # - This repo diff --git a/collect-ops-files/task.yml b/collect-ops-files/task.yml index 6cc552eb..88b29a41 100644 --- a/collect-ops-files/task.yml +++ b/collect-ops-files/task.yml @@ -5,7 +5,7 @@ image_resource: type: docker-image source: repository: relintdockerhubpushbot/cf-deployment-concourse-tasks - tag: v6.3.0 + tag: v6.4.0 inputs: - name: cf-deployment-concourse-tasks diff --git a/run-cats-with-provided-cli/task.yml b/run-cats-with-provided-cli/task.yml index af04e82a..b9027927 100644 --- a/run-cats-with-provided-cli/task.yml +++ b/run-cats-with-provided-cli/task.yml @@ -5,7 +5,7 @@ image_resource: type: docker-image source: repository: relintdockerhubpushbot/cf-deployment-concourse-tasks - tag: v6.3.0 + tag: v6.4.0 inputs: - name: cf-deployment-concourse-tasks diff --git a/run-cats/task.yml b/run-cats/task.yml index 76becc47..71903f69 100644 --- a/run-cats/task.yml +++ b/run-cats/task.yml @@ -5,7 +5,7 @@ image_resource: type: docker-image source: repository: relintdockerhubpushbot/cf-deployment-concourse-tasks - tag: v6.3.0 + tag: v6.4.0 inputs: - name: cf-deployment-concourse-tasks diff --git a/run-errand/task.yml b/run-errand/task.yml index 0854fc93..77eb3fb1 100644 --- a/run-errand/task.yml +++ b/run-errand/task.yml @@ -5,7 +5,7 @@ image_resource: type: docker-image source: repository: relintdockerhubpushbot/cf-deployment-concourse-tasks - tag: v6.3.0 + tag: v6.4.0 inputs: - name: bbl-state diff --git a/set-feature-flags/task.yml b/set-feature-flags/task.yml index a8d40b85..04ed3aaa 100644 --- a/set-feature-flags/task.yml +++ b/set-feature-flags/task.yml @@ -5,7 +5,7 @@ image_resource: type: docker-image source: repository: relintdockerhubpushbot/cf-deployment-concourse-tasks - tag: v6.3.0 + tag: v6.4.0 inputs: - name: cf-deployment-concourse-tasks # - This repo diff --git a/update-integration-configs/task.yml b/update-integration-configs/task.yml index 7e3aeae6..ad5edbe7 100644 --- a/update-integration-configs/task.yml +++ b/update-integration-configs/task.yml @@ -5,7 +5,7 @@ image_resource: type: docker-image source: repository: relintdockerhubpushbot/cf-deployment-concourse-tasks - tag: v6.3.0 + tag: v6.4.0 inputs: - name: bbl-state # - The repo containing the Director's bbl state dir