diff --git a/helm-charts/agentqna/values.yaml b/helm-charts/agentqna/values.yaml index a9f8b9d83..073489664 100644 --- a/helm-charts/agentqna/values.yaml +++ b/helm-charts/agentqna/values.yaml @@ -32,7 +32,6 @@ horizontalPodAutoscaler: docretriever: image: repository: opea/doc-index-retriever - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" @@ -42,7 +41,6 @@ worker: port: 9095 image: repository: opea/agent-langchain - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" strategy: rag_agent_llama @@ -63,7 +61,6 @@ supervisor: port: 9090 image: repository: opea/agent-langchain - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" strategy: react_llama @@ -82,7 +79,6 @@ supervisor: crag: image: repository: aicrowd/kdd-cup-24-crag-mock-api - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "v0" diff --git a/helm-charts/audioqna/values.yaml b/helm-charts/audioqna/values.yaml index 7a5aa6a3b..050473857 100644 --- a/helm-charts/audioqna/values.yaml +++ b/helm-charts/audioqna/values.yaml @@ -9,7 +9,6 @@ replicaCount: 1 image: repository: opea/audioqna - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/chatqna/values.yaml b/helm-charts/chatqna/values.yaml index 2c77c49f7..d3e609927 100644 --- a/helm-charts/chatqna/values.yaml +++ b/helm-charts/chatqna/values.yaml @@ -9,7 +9,6 @@ replicaCount: 1 image: repository: opea/chatqna - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/codegen/values.yaml b/helm-charts/codegen/values.yaml index 595346f9e..3ea49a735 100644 --- a/helm-charts/codegen/values.yaml +++ b/helm-charts/codegen/values.yaml @@ -9,7 +9,6 @@ replicaCount: 1 image: repository: opea/codegen - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/codetrans/values.yaml b/helm-charts/codetrans/values.yaml index c93d8e53c..a16c78667 100644 --- a/helm-charts/codetrans/values.yaml +++ b/helm-charts/codetrans/values.yaml @@ -10,7 +10,6 @@ LLM_SERVICE_HOST_IP: "" image: repository: opea/codetrans - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/agent/values.yaml b/helm-charts/common/agent/values.yaml index 4037f9df3..318e81ad2 100644 --- a/helm-charts/common/agent/values.yaml +++ b/helm-charts/common/agent/values.yaml @@ -31,7 +31,6 @@ LOGFLAG: "True" image: repository: opea/agent-langchain - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/asr/values.yaml b/helm-charts/common/asr/values.yaml index 7ffc6cc37..80240db8e 100644 --- a/helm-charts/common/asr/values.yaml +++ b/helm-charts/common/asr/values.yaml @@ -18,7 +18,6 @@ ASR_ENDPOINT: "" image: repository: opea/asr - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/chathistory-usvc/values.yaml b/helm-charts/common/chathistory-usvc/values.yaml index 79f1577c9..ba87bbbc3 100644 --- a/helm-charts/common/chathistory-usvc/values.yaml +++ b/helm-charts/common/chathistory-usvc/values.yaml @@ -12,7 +12,6 @@ replicaCount: 1 image: repository: opea/chathistory-mongo-server - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/data-prep/values.yaml b/helm-charts/common/data-prep/values.yaml index ac6f6b8e3..1420bc156 100644 --- a/helm-charts/common/data-prep/values.yaml +++ b/helm-charts/common/data-prep/values.yaml @@ -16,7 +16,6 @@ replicaCount: 1 image: repository: opea/dataprep-redis - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/embedding-usvc/values.yaml b/helm-charts/common/embedding-usvc/values.yaml index ca3d30791..daaeea9c8 100644 --- a/helm-charts/common/embedding-usvc/values.yaml +++ b/helm-charts/common/embedding-usvc/values.yaml @@ -17,7 +17,6 @@ LOGFLAG: "" TEI_EMBEDDING_ENDPOINT: "" image: repository: opea/embedding-tei - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/gpt-sovits/values.yaml b/helm-charts/common/gpt-sovits/values.yaml index d685d344d..f6cf11c66 100644 --- a/helm-charts/common/gpt-sovits/values.yaml +++ b/helm-charts/common/gpt-sovits/values.yaml @@ -9,7 +9,6 @@ replicaCount: 1 image: repository: opea/gpt-sovits - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/guardrails-usvc/values.yaml b/helm-charts/common/guardrails-usvc/values.yaml index 957c40b5a..87b2ca5d1 100644 --- a/helm-charts/common/guardrails-usvc/values.yaml +++ b/helm-charts/common/guardrails-usvc/values.yaml @@ -21,7 +21,6 @@ LOGFLAG: "" image: repository: opea/guardrails-tgi - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/llm-uservice/values.yaml b/helm-charts/common/llm-uservice/values.yaml index 2b9aa49b6..9156dc0b8 100644 --- a/helm-charts/common/llm-uservice/values.yaml +++ b/helm-charts/common/llm-uservice/values.yaml @@ -23,7 +23,6 @@ LOGFLAG: "" image: repository: opea/llm-tgi - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/lvm-uservice/values.yaml b/helm-charts/common/lvm-uservice/values.yaml index fdc1be187..9658b627c 100644 --- a/helm-charts/common/lvm-uservice/values.yaml +++ b/helm-charts/common/lvm-uservice/values.yaml @@ -20,7 +20,6 @@ LOGFLAG: "" image: repository: opea/lvm-tgi - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/mongodb/values.yaml b/helm-charts/common/mongodb/values.yaml index c273f3fb1..36bb120d0 100644 --- a/helm-charts/common/mongodb/values.yaml +++ b/helm-charts/common/mongodb/values.yaml @@ -8,7 +8,6 @@ replicaCount: 1 image: repository: mongo - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "7.0.11" diff --git a/helm-charts/common/prompt-usvc/values.yaml b/helm-charts/common/prompt-usvc/values.yaml index 7533bf95c..00494b5da 100644 --- a/helm-charts/common/prompt-usvc/values.yaml +++ b/helm-charts/common/prompt-usvc/values.yaml @@ -12,7 +12,6 @@ replicaCount: 1 image: repository: opea/promptregistry-mongo-server - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/redis-vector-db/values.yaml b/helm-charts/common/redis-vector-db/values.yaml index b161a8a74..79f944e0e 100644 --- a/helm-charts/common/redis-vector-db/values.yaml +++ b/helm-charts/common/redis-vector-db/values.yaml @@ -8,7 +8,6 @@ replicaCount: 1 image: repository: redis/redis-stack - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "7.2.0-v9" diff --git a/helm-charts/common/reranking-usvc/values.yaml b/helm-charts/common/reranking-usvc/values.yaml index 5ce273f63..c0c859992 100644 --- a/helm-charts/common/reranking-usvc/values.yaml +++ b/helm-charts/common/reranking-usvc/values.yaml @@ -17,7 +17,6 @@ LOGFLAG: "" TEI_RERANKING_ENDPOINT: "" image: repository: opea/reranking-tei - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/retriever-usvc/values.yaml b/helm-charts/common/retriever-usvc/values.yaml index a71cac068..ca52277e2 100644 --- a/helm-charts/common/retriever-usvc/values.yaml +++ b/helm-charts/common/retriever-usvc/values.yaml @@ -26,7 +26,6 @@ INDEX_NAME: "rag-redis" image: repository: opea/retriever-redis - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/speecht5/values.yaml b/helm-charts/common/speecht5/values.yaml index e0c23cbcf..62573e9cc 100644 --- a/helm-charts/common/speecht5/values.yaml +++ b/helm-charts/common/speecht5/values.yaml @@ -12,7 +12,6 @@ TTS_MODEL_PATH: "microsoft/speecht5_tts" image: repository: opea/speecht5 - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/tei/values.yaml b/helm-charts/common/tei/values.yaml index 47b819573..172bf6b90 100644 --- a/helm-charts/common/tei/values.yaml +++ b/helm-charts/common/tei/values.yaml @@ -23,7 +23,6 @@ HF_HUB_ENABLE_HF_TRANSFER: "0" image: repository: ghcr.io/huggingface/text-embeddings-inference - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "cpu-1.5" diff --git a/helm-charts/common/teirerank/values.yaml b/helm-charts/common/teirerank/values.yaml index b7ed542ed..4f1f2f4e7 100644 --- a/helm-charts/common/teirerank/values.yaml +++ b/helm-charts/common/teirerank/values.yaml @@ -23,7 +23,6 @@ HF_HUB_ENABLE_HF_TRANSFER: "0" image: repository: ghcr.io/huggingface/text-embeddings-inference - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "cpu-1.5" diff --git a/helm-charts/common/tgi/values.yaml b/helm-charts/common/tgi/values.yaml index 206727b69..00439b15b 100644 --- a/helm-charts/common/tgi/values.yaml +++ b/helm-charts/common/tgi/values.yaml @@ -24,7 +24,6 @@ shmSize: 1Gi image: repository: ghcr.io/huggingface/text-generation-inference - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "2.4.0-intel-cpu" diff --git a/helm-charts/common/tts/values.yaml b/helm-charts/common/tts/values.yaml index 364cda445..60b8d5a20 100644 --- a/helm-charts/common/tts/values.yaml +++ b/helm-charts/common/tts/values.yaml @@ -18,7 +18,6 @@ TTS_ENDPOINT: "" image: repository: opea/tts - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/ui/values.yaml b/helm-charts/common/ui/values.yaml index 33b636d90..ab73483da 100644 --- a/helm-charts/common/ui/values.yaml +++ b/helm-charts/common/ui/values.yaml @@ -9,7 +9,6 @@ replicaCount: 1 image: repository: opea/chatqna-conversation-ui - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/vllm/values.yaml b/helm-charts/common/vllm/values.yaml index ebe5700d0..009ccb16b 100644 --- a/helm-charts/common/vllm/values.yaml +++ b/helm-charts/common/vllm/values.yaml @@ -11,7 +11,6 @@ port: 2080 shmSize: 1Gi image: repository: opea/vllm - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/web-retriever/values.yaml b/helm-charts/common/web-retriever/values.yaml index b8be2d5f1..86effba6c 100644 --- a/helm-charts/common/web-retriever/values.yaml +++ b/helm-charts/common/web-retriever/values.yaml @@ -20,7 +20,6 @@ GOOGLE_CSE_ID: "" image: repository: opea/web-retriever-chroma - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/common/whisper/values.yaml b/helm-charts/common/whisper/values.yaml index 62b6aa4a8..cefeb384c 100644 --- a/helm-charts/common/whisper/values.yaml +++ b/helm-charts/common/whisper/values.yaml @@ -11,7 +11,6 @@ ASR_MODEL_PATH: "openai/whisper-small" image: repository: opea/whisper - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/docsum/values.yaml b/helm-charts/docsum/values.yaml index 1eb12333b..7d21018b4 100644 --- a/helm-charts/docsum/values.yaml +++ b/helm-charts/docsum/values.yaml @@ -10,7 +10,6 @@ LLM_SERVICE_HOST_IP: "" image: repository: opea/docsum - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" v2a: diff --git a/helm-charts/faqgen/values.yaml b/helm-charts/faqgen/values.yaml index 04a15e1d3..427e9489a 100644 --- a/helm-charts/faqgen/values.yaml +++ b/helm-charts/faqgen/values.yaml @@ -9,7 +9,6 @@ replicaCount: 1 image: repository: opea/faqgen - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/helm-charts/visualqna/values.yaml b/helm-charts/visualqna/values.yaml index 199dc2606..06026a65a 100644 --- a/helm-charts/visualqna/values.yaml +++ b/helm-charts/visualqna/values.yaml @@ -9,7 +9,6 @@ replicaCount: 1 image: repository: opea/visualqna - pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/microservices-connector/config/manifests/agent.yaml b/microservices-connector/config/manifests/agent.yaml index ba5fe88b7..57df15851 100644 --- a/microservices-connector/config/manifests/agent.yaml +++ b/microservices-connector/config/manifests/agent.yaml @@ -104,7 +104,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/agent-langchain:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: agent containerPort: 9090 diff --git a/microservices-connector/config/manifests/agent_gaudi.yaml b/microservices-connector/config/manifests/agent_gaudi.yaml index b3083cd25..57469a7ad 100644 --- a/microservices-connector/config/manifests/agent_gaudi.yaml +++ b/microservices-connector/config/manifests/agent_gaudi.yaml @@ -156,7 +156,7 @@ spec: securityContext: {} image: "ghcr.io/huggingface/tgi-gaudi:2.0.6" - imagePullPolicy: IfNotPresent + imagePullPolicy: args: - "--sharded" - "true" @@ -255,7 +255,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/agent-langchain:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: agent containerPort: 9090 diff --git a/microservices-connector/config/manifests/asr.yaml b/microservices-connector/config/manifests/asr.yaml index 5c9d45c33..51ac67393 100644 --- a/microservices-connector/config/manifests/asr.yaml +++ b/microservices-connector/config/manifests/asr.yaml @@ -92,7 +92,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/asr:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: asr containerPort: 9099 diff --git a/microservices-connector/config/manifests/chathistory-usvc.yaml b/microservices-connector/config/manifests/chathistory-usvc.yaml index 88988467b..d444474b1 100644 --- a/microservices-connector/config/manifests/chathistory-usvc.yaml +++ b/microservices-connector/config/manifests/chathistory-usvc.yaml @@ -95,7 +95,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/chathistory-mongo-server:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: port containerPort: 6012 diff --git a/microservices-connector/config/manifests/chatqna_svelte-ui.yaml b/microservices-connector/config/manifests/chatqna_svelte-ui.yaml index ca55bdebd..0c9c3310e 100644 --- a/microservices-connector/config/manifests/chatqna_svelte-ui.yaml +++ b/microservices-connector/config/manifests/chatqna_svelte-ui.yaml @@ -86,7 +86,7 @@ spec: securityContext: {} image: "opea/chatqna-ui:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: ui containerPort: 5173 diff --git a/microservices-connector/config/manifests/codegen_react-ui.yaml b/microservices-connector/config/manifests/codegen_react-ui.yaml index f77be5b40..b0b4f2f7d 100644 --- a/microservices-connector/config/manifests/codegen_react-ui.yaml +++ b/microservices-connector/config/manifests/codegen_react-ui.yaml @@ -83,7 +83,7 @@ spec: securityContext: {} image: "opea/codegen-react-ui:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: ui containerPort: 80 diff --git a/microservices-connector/config/manifests/codegen_svelte-ui.yaml b/microservices-connector/config/manifests/codegen_svelte-ui.yaml index f1e71d85b..238f8b167 100644 --- a/microservices-connector/config/manifests/codegen_svelte-ui.yaml +++ b/microservices-connector/config/manifests/codegen_svelte-ui.yaml @@ -83,7 +83,7 @@ spec: securityContext: {} image: "opea/codegen-ui:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: ui containerPort: 5173 diff --git a/microservices-connector/config/manifests/codetrans_svelte-ui.yaml b/microservices-connector/config/manifests/codetrans_svelte-ui.yaml index d26bbd4da..b9c2ce88f 100644 --- a/microservices-connector/config/manifests/codetrans_svelte-ui.yaml +++ b/microservices-connector/config/manifests/codetrans_svelte-ui.yaml @@ -83,7 +83,7 @@ spec: securityContext: {} image: "opea/codetrans-ui:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: ui containerPort: 5173 diff --git a/microservices-connector/config/manifests/data-prep.yaml b/microservices-connector/config/manifests/data-prep.yaml index 2d507af63..d1f00b5b4 100644 --- a/microservices-connector/config/manifests/data-prep.yaml +++ b/microservices-connector/config/manifests/data-prep.yaml @@ -101,7 +101,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/dataprep-redis:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: data-prep containerPort: 6007 diff --git a/microservices-connector/config/manifests/data-prep_milvus.yaml b/microservices-connector/config/manifests/data-prep_milvus.yaml index e30d2cbbf..13ab99a4a 100644 --- a/microservices-connector/config/manifests/data-prep_milvus.yaml +++ b/microservices-connector/config/manifests/data-prep_milvus.yaml @@ -721,7 +721,7 @@ spec: securityContext: {} image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5" - imagePullPolicy: IfNotPresent + imagePullPolicy: args: - "--auto-truncate" volumeMounts: @@ -820,7 +820,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/dataprep-milvus:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: data-prep containerPort: 6010 diff --git a/microservices-connector/config/manifests/docsum-llm-uservice.yaml b/microservices-connector/config/manifests/docsum-llm-uservice.yaml index b19170ccb..e192f29bb 100644 --- a/microservices-connector/config/manifests/docsum-llm-uservice.yaml +++ b/microservices-connector/config/manifests/docsum-llm-uservice.yaml @@ -95,7 +95,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/llm-docsum-tgi:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: llm-uservice containerPort: 9000 diff --git a/microservices-connector/config/manifests/docsum_react-ui.yaml b/microservices-connector/config/manifests/docsum_react-ui.yaml index fe9caf763..290ca51b0 100644 --- a/microservices-connector/config/manifests/docsum_react-ui.yaml +++ b/microservices-connector/config/manifests/docsum_react-ui.yaml @@ -83,7 +83,7 @@ spec: securityContext: {} image: "opea/docsum-react-ui:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: ui containerPort: 80 diff --git a/microservices-connector/config/manifests/docsum_svelte-ui.yaml b/microservices-connector/config/manifests/docsum_svelte-ui.yaml index a55d78446..006a5e18f 100644 --- a/microservices-connector/config/manifests/docsum_svelte-ui.yaml +++ b/microservices-connector/config/manifests/docsum_svelte-ui.yaml @@ -84,7 +84,7 @@ spec: securityContext: {} image: "opea/docsum-ui:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: ui containerPort: 5173 diff --git a/microservices-connector/config/manifests/embedding-usvc.yaml b/microservices-connector/config/manifests/embedding-usvc.yaml index 988231898..eede862d5 100644 --- a/microservices-connector/config/manifests/embedding-usvc.yaml +++ b/microservices-connector/config/manifests/embedding-usvc.yaml @@ -92,7 +92,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/embedding-tei:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: embedding-usvc containerPort: 6000 diff --git a/microservices-connector/config/manifests/faqgen-llm-uservice.yaml b/microservices-connector/config/manifests/faqgen-llm-uservice.yaml index 34feb9c9e..9b3cf9c4b 100644 --- a/microservices-connector/config/manifests/faqgen-llm-uservice.yaml +++ b/microservices-connector/config/manifests/faqgen-llm-uservice.yaml @@ -95,7 +95,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/llm-faqgen-tgi:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: llm-uservice containerPort: 9000 diff --git a/microservices-connector/config/manifests/faqgen_react-ui.yaml b/microservices-connector/config/manifests/faqgen_react-ui.yaml index 4808abf05..b5710e759 100644 --- a/microservices-connector/config/manifests/faqgen_react-ui.yaml +++ b/microservices-connector/config/manifests/faqgen_react-ui.yaml @@ -83,7 +83,7 @@ spec: securityContext: {} image: "opea/faqgen-react-ui:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: ui containerPort: 80 diff --git a/microservices-connector/config/manifests/faqgen_svelte-ui.yaml b/microservices-connector/config/manifests/faqgen_svelte-ui.yaml index 13885da5f..a48757aa7 100644 --- a/microservices-connector/config/manifests/faqgen_svelte-ui.yaml +++ b/microservices-connector/config/manifests/faqgen_svelte-ui.yaml @@ -83,7 +83,7 @@ spec: securityContext: {} image: "opea/faqgen-ui:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: ui containerPort: 5173 diff --git a/microservices-connector/config/manifests/gpt-sovits.yaml b/microservices-connector/config/manifests/gpt-sovits.yaml index dd45c6bdd..fbd74591c 100644 --- a/microservices-connector/config/manifests/gpt-sovits.yaml +++ b/microservices-connector/config/manifests/gpt-sovits.yaml @@ -85,7 +85,7 @@ spec: securityContext: {} image: "opea/gpt-sovits:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: gpt-sovits containerPort: 9880 diff --git a/microservices-connector/config/manifests/guardrails-usvc.yaml b/microservices-connector/config/manifests/guardrails-usvc.yaml index 410af3dee..f0f95a925 100644 --- a/microservices-connector/config/manifests/guardrails-usvc.yaml +++ b/microservices-connector/config/manifests/guardrails-usvc.yaml @@ -95,7 +95,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/guardrails-tgi:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: guardrails-usvc containerPort: 9090 diff --git a/microservices-connector/config/manifests/llm-uservice.yaml b/microservices-connector/config/manifests/llm-uservice.yaml index 9e9275f4a..a480bc7d7 100644 --- a/microservices-connector/config/manifests/llm-uservice.yaml +++ b/microservices-connector/config/manifests/llm-uservice.yaml @@ -95,7 +95,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/llm-tgi:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: llm-uservice containerPort: 9000 diff --git a/microservices-connector/config/manifests/lvm-uservice.yaml b/microservices-connector/config/manifests/lvm-uservice.yaml index 8f60dbfaf..7a010eda3 100644 --- a/microservices-connector/config/manifests/lvm-uservice.yaml +++ b/microservices-connector/config/manifests/lvm-uservice.yaml @@ -94,7 +94,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/lvm-tgi:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: lvm-uservice containerPort: 9399 diff --git a/microservices-connector/config/manifests/mongodb.yaml b/microservices-connector/config/manifests/mongodb.yaml index 9bf8389d3..a315a04f4 100644 --- a/microservices-connector/config/manifests/mongodb.yaml +++ b/microservices-connector/config/manifests/mongodb.yaml @@ -65,7 +65,7 @@ spec: seccompProfile: type: RuntimeDefault image: "mongo:7.0.11" - imagePullPolicy: IfNotPresent + imagePullPolicy: volumeMounts: - mountPath: /data name: data-volume diff --git a/microservices-connector/config/manifests/prompt-usvc.yaml b/microservices-connector/config/manifests/prompt-usvc.yaml index 4c5ee30f0..673379418 100644 --- a/microservices-connector/config/manifests/prompt-usvc.yaml +++ b/microservices-connector/config/manifests/prompt-usvc.yaml @@ -95,7 +95,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/promptregistry-mongo-server:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: port containerPort: 6018 diff --git a/microservices-connector/config/manifests/redis-vector-db.yaml b/microservices-connector/config/manifests/redis-vector-db.yaml index 177831bbe..4c5363b35 100644 --- a/microservices-connector/config/manifests/redis-vector-db.yaml +++ b/microservices-connector/config/manifests/redis-vector-db.yaml @@ -69,7 +69,7 @@ spec: seccompProfile: type: RuntimeDefault image: "redis/redis-stack:7.2.0-v9" - imagePullPolicy: IfNotPresent + imagePullPolicy: volumeMounts: - mountPath: /data name: data-volume diff --git a/microservices-connector/config/manifests/reranking-usvc.yaml b/microservices-connector/config/manifests/reranking-usvc.yaml index 35b24aede..0543d0f72 100644 --- a/microservices-connector/config/manifests/reranking-usvc.yaml +++ b/microservices-connector/config/manifests/reranking-usvc.yaml @@ -92,7 +92,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/reranking-tei:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: reranking-usvc containerPort: 8000 diff --git a/microservices-connector/config/manifests/retriever-usvc.yaml b/microservices-connector/config/manifests/retriever-usvc.yaml index c22b823a3..dd483d8c8 100644 --- a/microservices-connector/config/manifests/retriever-usvc.yaml +++ b/microservices-connector/config/manifests/retriever-usvc.yaml @@ -100,7 +100,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/retriever-redis:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: retriever-usvc containerPort: 7000 diff --git a/microservices-connector/config/manifests/retriever-usvc_milvus.yaml b/microservices-connector/config/manifests/retriever-usvc_milvus.yaml index 37d0532e8..5fbe04d81 100644 --- a/microservices-connector/config/manifests/retriever-usvc_milvus.yaml +++ b/microservices-connector/config/manifests/retriever-usvc_milvus.yaml @@ -720,7 +720,7 @@ spec: securityContext: {} image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5" - imagePullPolicy: IfNotPresent + imagePullPolicy: args: - "--auto-truncate" volumeMounts: @@ -819,7 +819,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/retriever-milvus:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: retriever-usvc containerPort: 7000 diff --git a/microservices-connector/config/manifests/speecht5.yaml b/microservices-connector/config/manifests/speecht5.yaml index 5c5a73b00..a01b9f6d4 100644 --- a/microservices-connector/config/manifests/speecht5.yaml +++ b/microservices-connector/config/manifests/speecht5.yaml @@ -86,7 +86,7 @@ spec: securityContext: {} image: "opea/speecht5:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: speecht5 containerPort: 7055 diff --git a/microservices-connector/config/manifests/speecht5_gaudi.yaml b/microservices-connector/config/manifests/speecht5_gaudi.yaml index 0316a092e..ed38fdd14 100644 --- a/microservices-connector/config/manifests/speecht5_gaudi.yaml +++ b/microservices-connector/config/manifests/speecht5_gaudi.yaml @@ -86,7 +86,7 @@ spec: securityContext: {} image: "opea/speecht5-gaudi:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: speecht5 containerPort: 7055 diff --git a/microservices-connector/config/manifests/tei.yaml b/microservices-connector/config/manifests/tei.yaml index fcc2a3891..527f01609 100644 --- a/microservices-connector/config/manifests/tei.yaml +++ b/microservices-connector/config/manifests/tei.yaml @@ -89,7 +89,7 @@ spec: securityContext: {} image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5" - imagePullPolicy: IfNotPresent + imagePullPolicy: args: - "--auto-truncate" volumeMounts: diff --git a/microservices-connector/config/manifests/tei_gaudi.yaml b/microservices-connector/config/manifests/tei_gaudi.yaml index b5bb212f3..f8a437c71 100644 --- a/microservices-connector/config/manifests/tei_gaudi.yaml +++ b/microservices-connector/config/manifests/tei_gaudi.yaml @@ -91,7 +91,7 @@ spec: securityContext: {} image: "ghcr.io/huggingface/tei-gaudi:1.5.0" - imagePullPolicy: IfNotPresent + imagePullPolicy: args: - "--auto-truncate" volumeMounts: diff --git a/microservices-connector/config/manifests/teirerank.yaml b/microservices-connector/config/manifests/teirerank.yaml index b0d20beec..15037537e 100644 --- a/microservices-connector/config/manifests/teirerank.yaml +++ b/microservices-connector/config/manifests/teirerank.yaml @@ -89,7 +89,7 @@ spec: securityContext: {} image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5" - imagePullPolicy: IfNotPresent + imagePullPolicy: args: - "--auto-truncate" volumeMounts: diff --git a/microservices-connector/config/manifests/teirerank_gaudi.yaml b/microservices-connector/config/manifests/teirerank_gaudi.yaml index e0cd8a4dd..4419bf1c6 100644 --- a/microservices-connector/config/manifests/teirerank_gaudi.yaml +++ b/microservices-connector/config/manifests/teirerank_gaudi.yaml @@ -91,7 +91,7 @@ spec: securityContext: {} image: "ghcr.io/huggingface/tei-gaudi:1.5.0" - imagePullPolicy: IfNotPresent + imagePullPolicy: args: - "--auto-truncate" volumeMounts: diff --git a/microservices-connector/config/manifests/tgi.yaml b/microservices-connector/config/manifests/tgi.yaml index 0902b0ef6..5a1820b80 100644 --- a/microservices-connector/config/manifests/tgi.yaml +++ b/microservices-connector/config/manifests/tgi.yaml @@ -90,7 +90,7 @@ spec: securityContext: {} image: "ghcr.io/huggingface/text-generation-inference:2.4.0-intel-cpu" - imagePullPolicy: IfNotPresent + imagePullPolicy: volumeMounts: - mountPath: /data name: model-volume diff --git a/microservices-connector/config/manifests/tgi_gaudi.yaml b/microservices-connector/config/manifests/tgi_gaudi.yaml index 802bc670e..d80ac8045 100644 --- a/microservices-connector/config/manifests/tgi_gaudi.yaml +++ b/microservices-connector/config/manifests/tgi_gaudi.yaml @@ -97,7 +97,7 @@ spec: securityContext: {} image: "ghcr.io/huggingface/tgi-gaudi:2.0.6" - imagePullPolicy: IfNotPresent + imagePullPolicy: volumeMounts: - mountPath: /data name: model-volume diff --git a/microservices-connector/config/manifests/tgi_nv.yaml b/microservices-connector/config/manifests/tgi_nv.yaml index f841d5ffe..98da37b31 100644 --- a/microservices-connector/config/manifests/tgi_nv.yaml +++ b/microservices-connector/config/manifests/tgi_nv.yaml @@ -89,7 +89,7 @@ spec: securityContext: {} image: "ghcr.io/huggingface/text-generation-inference:2.2.0" - imagePullPolicy: IfNotPresent + imagePullPolicy: volumeMounts: - mountPath: /data name: model-volume diff --git a/microservices-connector/config/manifests/tts.yaml b/microservices-connector/config/manifests/tts.yaml index 6e09d9772..312dc6aa6 100644 --- a/microservices-connector/config/manifests/tts.yaml +++ b/microservices-connector/config/manifests/tts.yaml @@ -92,7 +92,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/tts:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: tts containerPort: 9088 diff --git a/microservices-connector/config/manifests/ui.yaml b/microservices-connector/config/manifests/ui.yaml index 4a9394f81..85fbf0dce 100644 --- a/microservices-connector/config/manifests/ui.yaml +++ b/microservices-connector/config/manifests/ui.yaml @@ -86,7 +86,7 @@ spec: securityContext: {} image: "opea/chatqna-conversation-ui:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: ui containerPort: 80 diff --git a/microservices-connector/config/manifests/visualqna_svelte-ui.yaml b/microservices-connector/config/manifests/visualqna_svelte-ui.yaml index f605e90cd..90692c58b 100644 --- a/microservices-connector/config/manifests/visualqna_svelte-ui.yaml +++ b/microservices-connector/config/manifests/visualqna_svelte-ui.yaml @@ -83,7 +83,7 @@ spec: securityContext: {} image: "opea/visualqna-ui:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: ui containerPort: 5173 diff --git a/microservices-connector/config/manifests/vllm.yaml b/microservices-connector/config/manifests/vllm.yaml index 33557b5a2..23f0f4d43 100644 --- a/microservices-connector/config/manifests/vllm.yaml +++ b/microservices-connector/config/manifests/vllm.yaml @@ -87,7 +87,7 @@ spec: securityContext: {} image: "opea/vllm:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: args: - "--enforce-eager" - "--dtype" diff --git a/microservices-connector/config/manifests/vllm_gaudi.yaml b/microservices-connector/config/manifests/vllm_gaudi.yaml index 7836b917c..f57699457 100644 --- a/microservices-connector/config/manifests/vllm_gaudi.yaml +++ b/microservices-connector/config/manifests/vllm_gaudi.yaml @@ -89,7 +89,7 @@ spec: securityContext: {} image: "opea/vllm-gaudi:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: args: - "--enforce-eager" - "--tensor-parallel-size" diff --git a/microservices-connector/config/manifests/web-retriever.yaml b/microservices-connector/config/manifests/web-retriever.yaml index 5a4b8b9de..353db85ee 100644 --- a/microservices-connector/config/manifests/web-retriever.yaml +++ b/microservices-connector/config/manifests/web-retriever.yaml @@ -96,7 +96,7 @@ spec: seccompProfile: type: RuntimeDefault image: "opea/web-retriever-chroma:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: web-retriever containerPort: 7077 diff --git a/microservices-connector/config/manifests/whisper.yaml b/microservices-connector/config/manifests/whisper.yaml index 31a9b21bc..e4dd6259f 100644 --- a/microservices-connector/config/manifests/whisper.yaml +++ b/microservices-connector/config/manifests/whisper.yaml @@ -86,7 +86,7 @@ spec: securityContext: {} image: "opea/whisper:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: whisper containerPort: 7066 diff --git a/microservices-connector/config/manifests/whisper_gaudi.yaml b/microservices-connector/config/manifests/whisper_gaudi.yaml index 54aa98a28..125403f83 100644 --- a/microservices-connector/config/manifests/whisper_gaudi.yaml +++ b/microservices-connector/config/manifests/whisper_gaudi.yaml @@ -86,7 +86,7 @@ spec: securityContext: {} image: "opea/whisper-gaudi:latest" - imagePullPolicy: IfNotPresent + imagePullPolicy: ports: - name: whisper containerPort: 7066