Skip to content

Commit 9961554

Browse files
committed
Fix CI/CD
1 parent 7d1dd2f commit 9961554

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ci/settings.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ meta:
88
initial_version: 1.0.0
99

1010
bosh-lite:
11-
target: https://10.58.111.49:25555
12-
username: (( vault "secret/bosh-lites/lite49/users/admin:username" ))
13-
password: (( vault "secret/bosh-lites/lite49/users/admin:password" ))
14-
cacert: (( vault "secret/bosh-lites/lite49/certs:rootCA.pem" ))
11+
target: https://10.58.111.44:25555
12+
username: (( vault "secret/bosh-lites/lite44/users/admin:username" ))
13+
password: (( vault "secret/bosh-lites/lite44/users/admin:password" ))
14+
cacert: (( vault "secret/bosh-lites/lite44/certs:rootCA.pem" ))
1515

1616
aws:
1717
access_key: (( vault "secret/aws/cfcommunity:access" ))
@@ -21,7 +21,7 @@ meta:
2121
owner: cloudfoundry-community
2222
repo: postgres-boshrelease
2323
branch: master
24-
private_key: (( vault "secret/pipelines/shared/github:private_key" ))
24+
private_key: (( vault "secret/pipelines/shared/github:private" ))
2525
access_token: (( vault "secret/pipelines/shared/github:access_token" ))
2626

2727
slack:

manifests/ha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ releases:
7979
stemcells:
8080
- alias: default
8181
os: ubuntu-trusty
82-
version: '3468.latest'
82+
version: latest
8383

8484
update:
8585
canaries: 1

manifests/postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ releases:
7373
stemcells:
7474
- alias: default
7575
os: ubuntu-trusty
76-
version: '3468.latest'
76+
version: latest
7777

7878
update:
7979
canaries: 1

0 commit comments

Comments
 (0)