Fix Control Plane login under /ui; store founding token in OpenBao

Rewrite templates that lost href/action during root_path rewrite; use
native form controls for reliable login. Deploy image 0.1.2. Founding
admin token canonical location: platform/operators/founding-admin/revenue.
This commit is contained in:
tegwick 2026-08-06 21:41:59 +02:00
parent 4eab03346b
commit 856dc354d8
13 changed files with 199 additions and 186 deletions

View file

@ -30,7 +30,7 @@ spec:
fsGroup: 10001
containers:
- name: bootstrap
image: forgejo.coulomb.social/coulomb/target-revenue:0.1.1
image: forgejo.coulomb.social/coulomb/target-revenue:0.1.2
imagePullPolicy: IfNotPresent
env:
- name: TRF_BOOTSTRAP_BINKY

View file

@ -25,7 +25,7 @@ spec:
fsGroup: 10001
containers:
- name: target-revenue
image: forgejo.coulomb.social/coulomb/target-revenue:0.1.1
image: forgejo.coulomb.social/coulomb/target-revenue:0.1.2
imagePullPolicy: IfNotPresent
ports:
- name: http

View file

@ -28,7 +28,7 @@ spec:
fsGroup: 10001
containers:
- name: migrate
image: forgejo.coulomb.social/coulomb/target-revenue:0.1.1
image: forgejo.coulomb.social/coulomb/target-revenue:0.1.2
imagePullPolicy: IfNotPresent
env:
- name: TRF_RUN_MIGRATIONS