Skip to content

Commit

Permalink
feat: Updated shepherd concourse resource
Browse files Browse the repository at this point in the history
- Fetch Shepherd namespace, URL from Vault
- Updated shepherd api secret name
- Updated timeout and duration for the shepherd lease
- Update Shepherd image tag

Authored-by: Ramkumar Vengadakrishnan <[email protected]>
  • Loading branch information
ram-pivot committed Jan 29, 2024
1 parent 83228eb commit 6efb31a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ci/pipeline.yml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource_types:
type: registry-image
source:
repository: us-west2-docker.pkg.dev/shepherd-268822/shepherd2/concourse-resource
tag: v1
tag: latest

resources:

Expand Down Expand Up @@ -146,10 +146,10 @@ resources:
{% endraw %}{% for cluster in clusters %}- name: pcf-environment{{ cluster }}
type: shepherd
source:
url: https://v2.shepherd.run
service-account-key: ((shepherd.svc-tile-generator))
url: ((production_shepherd_api_endpoint))
service-account-key: ((production_shepherd_service_key))
lease:
namespace: tas-partner-tiles
namespace: ((production_shepherd_namespace))
pool:
namespace: official
name: tas{{ cluster }}{% if not loop.last %}
Expand Down Expand Up @@ -510,9 +510,9 @@ jobs:
- put: pcf-environment{{ cluster }}
params:
action: create
duration: 6h
duration: 4h
resource: pcf-environment{{ cluster }}
timeout: 2h
timeout: 5h

- name: deploy-tile{{ cluster }}
disable_manual_trigger: true
Expand Down

0 comments on commit 6efb31a

Please sign in to comment.