Skip to content

Commit f7ccc90

Browse files
authored
fix: upgrade bfl-ingress image version to v0.3.29-125 (#2541)
1 parent 63a721e commit f7ccc90

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

framework/bfl/.olares/config/launcher/templates/bfl_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ spec:
317317
apiVersion: v1
318318
fieldPath: spec.nodeName
319319
- name: ingress
320-
image: beclab/bfl-ingress:v0.3.28
320+
image: beclab/bfl-ingress:v0.3.29-125
321321
imagePullPolicy: IfNotPresent
322322
env:
323323
- name: AUTHELIA_AUTH_URL

framework/bfl/internal/ingress/controllers/patches.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,13 @@ func filesNodeApiPatch(ctx context.Context, r *NginxController, s *config.Server
138138
"/api/preview/share/",
139139
"/api/tree/share/",
140140
"/api/raw/share/",
141+
"/api/resources/sync/",
142+
"/api/preview/sync/",
143+
"/api/tree/sync/",
144+
"/api/raw/sync/",
145+
"/api/md5/sync/",
146+
"/api/sync/account/info/",
147+
"/api/search/sync_search/",
141148
}
142149

143150
for node := range podMap {

0 commit comments

Comments
 (0)