Skip to content

20260326

Choose a tag to compare

@github-actions github-actions released this 26 Mar 00:41
5c7b1e5

Docker images

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

Also tagged :5c7b1e5 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 1ca3ddd
ChurchApps/B1Admin 1c75508
ChurchApps/B1App abc1de3

Helm deploy

Install from OCI (no checkout required):

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