Skip to content

postgresql v1.9.10

Choose a tag to compare

@github-actions github-actions released this 22 Apr 23:40
· 577 commits to main since this release

postgresql v1.9.10

Bug Fixes

  • fix(postgresql): use template1 for maintenance connections (#102)

Other Changes

  • release(postgresql): 1.9.10 [skip ci]

Install

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

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