Deploy reusable password setup handoff
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
tegwick 2026-07-28 17:45:09 +02:00
parent 80adc31c7c
commit 816c5c3773
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ spec:
seccompProfile: {type: RuntimeDefault} seccompProfile: {type: RuntimeDefault}
containers: containers:
- name: provisioner - name: provisioner
image: identity-provisioner:dbf7cfd image: identity-provisioner:80adc31
imagePullPolicy: Never imagePullPolicy: Never
ports: [{name: http, containerPort: 8080}] ports: [{name: http, containerPort: 8080}]
env: env:

View file

@ -45,7 +45,7 @@ spec:
seccompProfile: {type: RuntimeDefault} seccompProfile: {type: RuntimeDefault}
containers: containers:
- name: portal - name: portal
image: user-engine:portal-0ef2ae5 image: user-engine:portal-746bf21
imagePullPolicy: Never imagePullPolicy: Never
ports: [{name: http, containerPort: 8080}] ports: [{name: http, containerPort: 8080}]
env: env: