Changed elasticsearch image url (#4897)

### What problem does this PR solve?

Changed elasticsearch image url to speed up image downloading. 

### Type of change

- [x] Refactoring
This commit is contained in:
Zhichang Yu
2025-02-12 12:38:13 +08:00
committed by GitHub
parent 978b580dcf
commit a1cf792245
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ spec:
command: ["sysctl", "-w", "vm.max_map_count=262144"]
containers:
- name: elasticsearch
image: docker.elastic.co/elasticsearch/elasticsearch:{{ .Values.env.STACK_VERSION }}
image: elasticsearch:{{ .Values.env.STACK_VERSION }}
envFrom:
- secretRef:
name: {{ include "ragflow.fullname" . }}-env-config