postgres/54.0.2
You can find the source of this version on GitHub at cloudfoundry/postgres-release. It was created based on the commit 0998b4e.
Usage¶
You can reference this release in your deployment manifest from the releases section:
- name: "postgres" version: "54.0.2" url: "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=54.0.2" sha1: sha256:5a531579758fe0a37637dc037c2f53dabfaec9b0a8f94f7c7ff176f0130625d3
Or upload it to your director with the upload-release command:
bosh upload-release --sha1=sha256:5a531579758fe0a37637dc037c2f53dabfaec9b0a8f94f7c7ff176f0130625d3 \ "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=54.0.2"