Install the web-based schema change and version control tool Bytebase.
helm -n <YOUR_NAMESPACE> --set bytebase.option.port={PORT} --set bytebase.option.external_url={EXTERNAL_URL} --set bytebase.option.pg={PGDSN} --set bytebase.version={VERSION} install <RELEASE_NAME> helm-charts/bytebase
helm delete <RELEASE_NAME>
- Add support for Litestream.
- Create GitHub Pages for Helm chart repo.