Skip to content

20260306

Choose a tag to compare

@github-actions github-actions released this 06 Mar 00:12
· 11 commits to main since this release
d59804e

Docker images

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

Also tagged :10002f8 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 eb70d9e
ChurchApps/B1Admin a987e11
ChurchApps/B1App ce139c2

Helm deploy

helm upgrade --install b1stack helm/b1stack \
  --kube-context hetzner-ledo --namespace b1-test \
  -f helm/b1stack/values.yaml -f helm/b1stack/values.b1-test.yaml \
  --set api.image.tag=20260306 \
  --set b1admin.image.tag=20260306 \
  --set b1app.image.tag=20260306 \
  ...