diff --git a/docker/docker-compose-base.yml b/docker/docker-compose-base.yml index 72951170689..93804d5a966 100644 --- a/docker/docker-compose-base.yml +++ b/docker/docker-compose-base.yml @@ -3,7 +3,7 @@ services: container_name: ragflow-es-01 profiles: - elasticsearch - image: docker.elastic.co/elasticsearch/elasticsearch:${STACK_VERSION} + image: elasticsearch:${STACK_VERSION} volumes: - esdata01:/usr/share/elasticsearch/data ports: diff --git a/helm/templates/elasticsearch.yaml b/helm/templates/elasticsearch.yaml index 8409442f13b..935c716bfad 100644 --- a/helm/templates/elasticsearch.yaml +++ b/helm/templates/elasticsearch.yaml @@ -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