### What problem does this PR solve? Changed elasticsearch image url to speed up image downloading. ### Type of change - [x] Refactoringtags/v0.17.0
| container_name: ragflow-es-01 | container_name: ragflow-es-01 | ||||
| profiles: | profiles: | ||||
| - elasticsearch | - elasticsearch | ||||
| image: docker.elastic.co/elasticsearch/elasticsearch:${STACK_VERSION} | |||||
| image: elasticsearch:${STACK_VERSION} | |||||
| volumes: | volumes: | ||||
| - esdata01:/usr/share/elasticsearch/data | - esdata01:/usr/share/elasticsearch/data | ||||
| ports: | ports: |
| command: ["sysctl", "-w", "vm.max_map_count=262144"] | command: ["sysctl", "-w", "vm.max_map_count=262144"] | ||||
| containers: | containers: | ||||
| - name: elasticsearch | - name: elasticsearch | ||||
| image: docker.elastic.co/elasticsearch/elasticsearch:{{ .Values.env.STACK_VERSION }} | |||||
| image: elasticsearch:{{ .Values.env.STACK_VERSION }} | |||||
| envFrom: | envFrom: | ||||
| - secretRef: | - secretRef: | ||||
| name: {{ include "ragflow.fullname" . }}-env-config | name: {{ include "ragflow.fullname" . }}-env-config |