diff --git a/examples/pas-pipeline.yml b/examples/pas-pipeline.yml index 0d24ce3..5b55f80 100644 --- a/examples/pas-pipeline.yml +++ b/examples/pas-pipeline.yml @@ -107,6 +107,7 @@ resources: source: uri: https://github.com/pivotal-cf/bbr-pcf-pipeline-tasks.git branch: master + tag_filter: ((bbr-pipeline-tasks-repo-version)) - name: om-backup-artifact type: s3 source: diff --git a/examples/pas-secrets.yml b/examples/pas-secrets.yml index a20b57a..152a534 100644 --- a/examples/pas-secrets.yml +++ b/examples/pas-secrets.yml @@ -18,3 +18,6 @@ storage-region: eu-west-1 storage-endpoint: s3-eu-west-1.amazonaws.com storage-access-key-id: example-key-id storage-secret-access-key: example-secret-access-key + +# bbr-pcf-pipeline-tasks pinned tag version +bbr-pipeline-tasks-repo-version: example-tag-v0.0.0 \ No newline at end of file diff --git a/examples/pks-pipeline.yml b/examples/pks-pipeline.yml index 1c4ebd2..86171b9 100644 --- a/examples/pks-pipeline.yml +++ b/examples/pks-pipeline.yml @@ -27,6 +27,7 @@ resources: uri: git@github.com:pivotal-cf/bbr-pcf-pipeline-tasks.git private_key: ((git-private-key)) branch: master + tag_filter: ((bbr-pipeline-tasks-repo-version)) - name: bbr-release type: pivnet diff --git a/examples/pks-secrets.yml b/examples/pks-secrets.yml index 0f69e91..3ac26f7 100644 --- a/examples/pks-secrets.yml +++ b/examples/pks-secrets.yml @@ -21,3 +21,6 @@ storage-endpoint: s3-region-1.amazonaws.com storage-region: region-1 storage-access-key-id: some-key-id storage-secret-access-key: some-access-key + +# bbr-pcf-pipeline-tasks pinned release version +bbr-pipeline-tasks-repo-version: example-tag-v0.0.0 \ No newline at end of file