Skip to content

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunt committed Jul 2, 2018
1 parent 7d1dd2f commit 9961554
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions ci/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ meta:
initial_version: 1.0.0

bosh-lite:
target: https://10.58.111.49:25555
username: (( vault "secret/bosh-lites/lite49/users/admin:username" ))
password: (( vault "secret/bosh-lites/lite49/users/admin:password" ))
cacert: (( vault "secret/bosh-lites/lite49/certs:rootCA.pem" ))
target: https://10.58.111.44:25555
username: (( vault "secret/bosh-lites/lite44/users/admin:username" ))
password: (( vault "secret/bosh-lites/lite44/users/admin:password" ))
cacert: (( vault "secret/bosh-lites/lite44/certs:rootCA.pem" ))

aws:
access_key: (( vault "secret/aws/cfcommunity:access" ))
Expand All @@ -21,7 +21,7 @@ meta:
owner: cloudfoundry-community
repo: postgres-boshrelease
branch: master
private_key: (( vault "secret/pipelines/shared/github:private_key" ))
private_key: (( vault "secret/pipelines/shared/github:private" ))
access_token: (( vault "secret/pipelines/shared/github:access_token" ))

slack:
Expand Down
2 changes: 1 addition & 1 deletion manifests/ha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ releases:
stemcells:
- alias: default
os: ubuntu-trusty
version: '3468.latest'
version: latest

update:
canaries: 1
Expand Down
2 changes: 1 addition & 1 deletion manifests/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ releases:
stemcells:
- alias: default
os: ubuntu-trusty
version: '3468.latest'
version: latest

update:
canaries: 1
Expand Down

0 comments on commit 9961554

Please sign in to comment.