Skip to content

20260311

Choose a tag to compare

@github-actions github-actions released this 11 Mar 22:17
· 7 commits to main since this release

Docker images

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

Also tagged :c889a19 and :latest.

Note: B1Admin and B1App images use runtime env injection — a single image
works for any environment. Set REACT_APP_* / NEXT_PUBLIC_* env vars at deploy time.

Service commits

Service Commit
ChurchApps/Api 2c7de4a
ChurchApps/B1Admin a887a89
ChurchApps/B1App d31bb3d

Helm deploy

Install from OCI (no checkout required):

helm upgrade --install b1stack \
  oci://ghcr.io/dnplkndll/b1stack/charts/b1stack \
  --version 0.20260311.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