Skip to content

20260308

Choose a tag to compare

@github-actions github-actions released this 08 Mar 00:37
· 10 commits to main since this release

Docker images

ghcr.io/dnplkndll/b1stack/api:20260308
ghcr.io/dnplkndll/b1stack/b1admin:20260308
ghcr.io/dnplkndll/b1stack/b1app:20260308

Also tagged :6cafc22 and :latest.

Note: B1Admin images have b1-test API URLs baked in at build time.
To deploy to a different environment, rebuild with the appropriate REACT_APP_* build-args.

Service commits

Service Commit
ChurchApps/Api f5c6823
ChurchApps/B1Admin ac5c8ab
ChurchApps/B1App 0c4b6f1

Helm deploy

Install from OCI (no checkout required):

helm upgrade --install b1stack \
  oci://ghcr.io/dnplkndll/b1stack/charts/b1stack \
  --version 0.20260308.0 \
  -n b1stack --create-namespace \
  --set mysql.auth.rootPassword=<ROOT_PW> \
  --set mysql.auth.password=<APP_PW> \
  --set api.secrets.ENCRYPTION_KEY=<KEY> \
  --set api.secrets.JWT_SECRET=<SECRET> \
  --set global.baseDomain=yourdomain.com