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: rules:
- nonResourceURLs: - nonResourceURLs:
- "/document/*" - "/document/*"
- "/document?*"
- "/document"
verbs: ["*"] verbs: ["*"]
--- ---

View File

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

View File

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