Skip to content

postgresql v1.9.13

Choose a tag to compare

@github-actions github-actions released this 27 Apr 23:04
· 602 commits to main since this release

postgresql v1.9.13

Other Changes

  • release(postgresql): 1.9.13 [skip ci]
  • docs(cncf): prepare sandbox governance and Apache licensing (#124)

Install

# OCI registry
helm install postgresql oci://ghcr.io/helmforgedev/helm/postgresql --version 1.9.13

# Helm repository
helm repo add helmforge https://repo.helmforge.dev
helm install postgresql helmforge/postgresql --version 1.9.13