postgres/14
You can find the source of this version on GitHub at cloudfoundry/postgres-release. It was created based on the commit 7223b385.
Release Notes¶
No functional changes: - fixed an issue that may occur while deploying a new postgres-release version
Usage¶
You can reference this release in your deployment manifest from the releases section:
- name: postgres
version: "14"
url: "https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=14"
sha1: sha256:
Or upload it to your director with the upload-release command:
bosh upload-release --sha1=sha256: \
"https://bosh.io/d/github.com/cloudfoundry/postgres-release?v=14"