For the complete documentation index, see llms.txt. This page is also available as Markdown.

Versions

G2P Bridge Versions

G2P Bridge Helm Package

The G2P Bridge is now installed from a single, consolidated Helm chartopeng2p-bridge. One chart installs the complete subsystem: the partner & beneficiary-portal APIs, the Celery beat producer and workers, a bundled Redis, the PostgreSQL database/role (via postgres-init), the Keycloak OIDC client (via keycloak-init), and — optionally — the bundled Example Bank simulator. All source now lives in one repository, g2p-bridge.

Helm Version
G2P Bridge Runtimes
Last modified
Contents

02-Jun-2026

  1. Single consolidated chart for the complete installation. All previous sub-charts (api, celery, bene-portal, example-bank) are folded into one chart, openg2p-bridge. Incompatible with previous Helm chart versions.

  2. Source consolidated into a single repository, g2p-bridge (previously seven repos).

  3. Added Keycloak client provisioning via the keycloak-init subchart — creates the g2p-bridge OIDC client in the staff realm. Learn more >>

  4. Digital cash transfer needs no PBMS or Registry. The sponsor/treasury account is configured directly in Helm values and the same values seed the bundled Example Bank. In-kind disbursements (which need PBMS/Registry) are behind g2pBridgeInKindEnabled. Learn more >>

  5. Single Celery Docker image, run as beat producer or worker by Helm configuration.

  6. Added an uninstall script that fully removes the release and its Postgres database/role while preserving the shared Postgres instance and other components' data.

On the develop branch the chart version is 0.0.0-develop and every Docker image is tagged develop (the image tag always matches the g2p-bridge repository ref — a branch name or git tag). Tagged releases will carry semantic versions here.


Legacy Versions

These versions predate the repository/chart consolidation. They were built from the older multi-repository layout (openg2p-g2p-bridge-deployment, openg2p-g2p-bridge-example-bank-deployment, etc.) with a separate chart per service. They are not compatible with the consolidated chart above.

Helm Version
G2P Bridge Runtimes
Version date
Contents

17-Apr-2026

  1. Complete overhaul of Helm chart. Multiple charts combined into one. Incompatible with previous Helm chart versions.

  2. Embraced new headers from openg2p-fastapi-common

  3. Caters to cash-digital, cash-physical, commodities and services

  4. Interfaces to Warehouses and Agents for physical goods & services

  5. In line with PBMS Gen2 capabilities

  6. Introduced Adapter pattern for SPAR

2.0.0

1.1.0

1.0.2

06 Dec 2024

Last updated

Was this helpful?