Compare commits

...

1 Commits

Author SHA1 Message Date
liuyu
ac44359ea7 l4-bfl-proxy, tapr, authelia: fix local domain solution bugs 2025-03-28 19:20:42 +08:00
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ quay.io/argoproj/workflow-controller:v3.5.0
redis:5.0.14-alpine
beclab/velero:v1.11.3
beclab/velero-plugin-for-terminus:v1.0.2
beclab/l4-bfl-proxy:v0.2.8
beclab/l4-bfl-proxy:v0.3.0
gcr.io/k8s-minikube/storage-provisioner:v5
owncloudci/wait-for:latest
beclab/recommend-argotask:v0.0.12

View File

@@ -293,7 +293,7 @@ spec:
- name: BACKUP_SERVER
value: backup-server.os-system:8082
- name: L4_PROXY_IMAGE_VERSION
value: v0.2.8
value: v0.3.0
- name: REVERSE_PROXY_AGENT_IMAGE_VERSION
value: v0.1.8
- name: TERMINUS_CERT_SERVICE_API

View File

@@ -76,7 +76,7 @@ spec:
runAsUser: 0
containers:
- name: tapr-sysevent
image: beclab/sys-event:0.2.1
image: beclab/sys-event:0.2.2
imagePullPolicy: IfNotPresent
env:
- name: APP_RANDOM_KEY

View File

@@ -360,7 +360,7 @@ spec:
containers:
- name: authelia
image: beclab/auth:0.2.1
image: beclab/auth:0.2.2
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9091