Skip to content

Commit

Permalink
Updated to specific release versions, added bosh-dns-aliases to relea…
Browse files Browse the repository at this point in the history
…ses.
  • Loading branch information
wayneeseguin committed Aug 16, 2022
1 parent 0a26165 commit 079d036
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
3 changes: 1 addition & 2 deletions manifests/external-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ params:
scheme: postgres
user: (( vault.path "external_db:username"))
pass: (( vault.path "external_db:password"))

#sslmode: enable
# sslmode: enable

instance_groups:
- name: scheduler
Expand Down
16 changes: 12 additions & 4 deletions manifests/releases/routing.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
releases:
- name: routing
version: latest
- name: bpm
version: latest
- name: "routing"
version: "0.237.0"
url: "https://bosh.io/d/github.com/cloudfoundry/routing-release?v=0.237.0"
sha1: "0024f2d9f8bb3c624a162db4c3a5919388c6d800"
- name: "bpm"
version: "1.1.18"
url: "https://bosh.io/d/github.com/cloudfoundry/bpm-release?v=1.1.18"
sha1: "86675f90d66f7018c57f4ae0312f1b3834dd58c9"
- name: "bosh-dns-aliases"
version: "0.0.4"
url: "https://bosh.io/d/github.com/cloudfoundry/bosh-dns-aliases-release?v=0.0.4"
sha1: "55b3dced813ff9ed92a05cda02156e4b5604b273"

0 comments on commit 079d036

Please sign in to comment.