From fd2f4bace41d42a60ec06b53e918aab5171e94ea Mon Sep 17 00:00:00 2001 From: eball Date: Fri, 17 Oct 2025 17:24:09 +0800 Subject: [PATCH] system-server: fix rbac https provider bug (#1944) --- .../helm-charts/systemserver/templates/systemserver_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/system-server/.olares/config/user/helm-charts/systemserver/templates/systemserver_deploy.yaml b/framework/system-server/.olares/config/user/helm-charts/systemserver/templates/systemserver_deploy.yaml index 5ab9b32b8..1354f88e1 100644 --- a/framework/system-server/.olares/config/user/helm-charts/systemserver/templates/systemserver_deploy.yaml +++ b/framework/system-server/.olares/config/user/helm-charts/systemserver/templates/systemserver_deploy.yaml @@ -82,7 +82,7 @@ spec: priorityClassName: "system-cluster-critical" containers: - name: system-server - image: beclab/system-server:0.1.31 + image: beclab/system-server:0.1.32 imagePullPolicy: IfNotPresent ports: - containerPort: 80