From eec03ee9b4e03e5580f8d7a55cc3bc9fa0c5d6e1 Mon Sep 17 00:00:00 2001 From: eball Date: Thu, 29 May 2025 20:25:11 +0800 Subject: [PATCH] bfl: add a new olares-info api (#1365) --- .../bfl/.olares/config/launcher/templates/bfl_deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/bfl/.olares/config/launcher/templates/bfl_deploy.yaml b/framework/bfl/.olares/config/launcher/templates/bfl_deploy.yaml index 8b2a13ca8..1c2d5a6a7 100644 --- a/framework/bfl/.olares/config/launcher/templates/bfl_deploy.yaml +++ b/framework/bfl/.olares/config/launcher/templates/bfl_deploy.yaml @@ -261,7 +261,7 @@ spec: containers: - name: api - image: beclab/bfl:v0.4.6 + image: beclab/bfl:v0.4.7 imagePullPolicy: IfNotPresent securityContext: runAsUser: 1000 @@ -318,7 +318,7 @@ spec: apiVersion: v1 fieldPath: spec.nodeName - name: ingress - image: beclab/bfl-ingress:v0.3.5 + image: beclab/bfl-ingress:v0.3.6 imagePullPolicy: IfNotPresent volumeMounts: - name: ngxlog