Helm chart to initialize PostgreSQL databases and run Flyway migrations
247
Helm chart for running Flyway migrations against PostgreSQL databases in Kubernetes. Supports automatic database creation, Git-based migration loading, and ArgoCD integration.
helm upgrade --install pgm-backend oci://registry-1.docker.io/denisitpro/pg-flyway-migrate \
--version 0.4.0 \
--namespace app-namespace
db:
host: postgres
port: 5432
dbName: myapp
user: postgres
password: "secure-password"
migrations:
git:
host: git.example.com
username: readonly
repository: /infra/myapp-db.git
ref: master
Content type
Helm
Digest
sha256:7171d7733…
Size
2.7 kB
Last updated
about 1 month ago
helm pull oci://registry-1.docker.io/denisitpro/pg-flyway-migrate --version 0.4.6