Compare commits

...

2 Commits

Author SHA1 Message Date
ubuntu
a7e3acb9ea feat: upgrade to v0.0.95 2025-12-17 16:03:05 +08:00
ubuntu
734bc71ad3 fix: fix document recreate error, x-bfl-headeer replace error 2025-12-17 15:51:29 +08:00
3 changed files with 5 additions and 3 deletions

View File

@@ -26,6 +26,8 @@ metadata:
rules:
- nonResourceURLs:
- "/document/*"
- "/document?*"
- "/document"
verbs: ["*"]
---

View File

@@ -240,7 +240,7 @@ spec:
value: os_framework_search3
containers:
- name: search3
image: beclab/search3:v0.0.93
image: beclab/search3:v0.0.95
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
@@ -301,7 +301,7 @@ spec:
priorityClassName: "system-cluster-critical"
containers:
- name: search3monitor
image: beclab/search3monitor:v0.0.93
image: beclab/search3monitor:v0.0.95
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8081

View File

@@ -64,7 +64,7 @@ spec:
operator: Exists
containers:
- name: search3-validation
image: beclab/search3validation:v0.0.92
image: beclab/search3validation:v0.0.95
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8443