Skip to content

Commit e3187be

Browse files
Update ChatQnA manifests using always pull image policy (opea-project#1100)
Signed-off-by: lvliang-intel <[email protected]>
1 parent abd9d12 commit e3187be

File tree

6 files changed

+61
-61
lines changed

6 files changed

+61
-61
lines changed

ChatQnA/kubernetes/intel/cpu/xeon/manifest/chatqna-guardrails.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ spec:
554554
securityContext:
555555
{}
556556
image: "opea/chatqna-ui:latest"
557-
imagePullPolicy: IfNotPresent
557+
imagePullPolicy: Always
558558
ports:
559559
- name: ui
560560
containerPort: 5173
@@ -612,7 +612,7 @@ spec:
612612
seccompProfile:
613613
type: RuntimeDefault
614614
image: "opea/dataprep-redis:latest"
615-
imagePullPolicy: IfNotPresent
615+
imagePullPolicy: Always
616616
ports:
617617
- name: data-prep
618618
containerPort: 6007
@@ -687,7 +687,7 @@ spec:
687687
seccompProfile:
688688
type: RuntimeDefault
689689
image: "redis/redis-stack:7.2.0-v9"
690-
imagePullPolicy: IfNotPresent
690+
imagePullPolicy: Always
691691
volumeMounts:
692692
- mountPath: /data
693693
name: data-volume
@@ -762,7 +762,7 @@ spec:
762762
seccompProfile:
763763
type: RuntimeDefault
764764
image: "opea/guardrails-tgi:latest"
765-
imagePullPolicy: IfNotPresent
765+
imagePullPolicy: Always
766766
ports:
767767
- name: guardrails-usvc
768768
containerPort: 9090
@@ -840,7 +840,7 @@ spec:
840840
seccompProfile:
841841
type: RuntimeDefault
842842
image: "opea/retriever-redis:latest"
843-
imagePullPolicy: IfNotPresent
843+
imagePullPolicy: Always
844844
ports:
845845
- name: retriever-usvc
846846
containerPort: 7000
@@ -919,7 +919,7 @@ spec:
919919
seccompProfile:
920920
type: RuntimeDefault
921921
image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5"
922-
imagePullPolicy: IfNotPresent
922+
imagePullPolicy: Always
923923
args:
924924
- "--auto-truncate"
925925
volumeMounts:
@@ -1010,7 +1010,7 @@ spec:
10101010
seccompProfile:
10111011
type: RuntimeDefault
10121012
image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5"
1013-
imagePullPolicy: IfNotPresent
1013+
imagePullPolicy: Always
10141014
args:
10151015
- "--auto-truncate"
10161016
volumeMounts:
@@ -1101,7 +1101,7 @@ spec:
11011101
seccompProfile:
11021102
type: RuntimeDefault
11031103
image: "ghcr.io/huggingface/text-generation-inference:2.4.0-intel-cpu"
1104-
imagePullPolicy: IfNotPresent
1104+
imagePullPolicy: Always
11051105
volumeMounts:
11061106
- mountPath: /data
11071107
name: model-volume
@@ -1181,7 +1181,7 @@ spec:
11811181
seccompProfile:
11821182
type: RuntimeDefault
11831183
image: "ghcr.io/huggingface/text-generation-inference:2.4.0-intel-cpu"
1184-
imagePullPolicy: IfNotPresent
1184+
imagePullPolicy: Always
11851185
volumeMounts:
11861186
- mountPath: /data
11871187
name: model-volume
@@ -1273,7 +1273,7 @@ spec:
12731273
seccompProfile:
12741274
type: RuntimeDefault
12751275
image: "opea/chatqna-guardrails:latest"
1276-
imagePullPolicy: IfNotPresent
1276+
imagePullPolicy: Always
12771277
volumeMounts:
12781278
- mountPath: /tmp
12791279
name: tmp
@@ -1314,7 +1314,7 @@ spec:
13141314
spec:
13151315
containers:
13161316
- image: nginx:1.27.1
1317-
imagePullPolicy: IfNotPresent
1317+
imagePullPolicy: Always
13181318
name: nginx
13191319
volumeMounts:
13201320
- mountPath: /etc/nginx/conf.d

ChatQnA/kubernetes/intel/cpu/xeon/manifest/chatqna.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ spec:
454454
securityContext:
455455
{}
456456
image: "opea/chatqna-ui:latest"
457-
imagePullPolicy: IfNotPresent
457+
imagePullPolicy: Always
458458
ports:
459459
- name: ui
460460
containerPort: 5173
@@ -512,7 +512,7 @@ spec:
512512
seccompProfile:
513513
type: RuntimeDefault
514514
image: "opea/dataprep-redis:latest"
515-
imagePullPolicy: IfNotPresent
515+
imagePullPolicy: Always
516516
ports:
517517
- name: data-prep
518518
containerPort: 6007
@@ -587,7 +587,7 @@ spec:
587587
seccompProfile:
588588
type: RuntimeDefault
589589
image: "redis/redis-stack:7.2.0-v9"
590-
imagePullPolicy: IfNotPresent
590+
imagePullPolicy: Always
591591
volumeMounts:
592592
- mountPath: /data
593593
name: data-volume
@@ -662,7 +662,7 @@ spec:
662662
seccompProfile:
663663
type: RuntimeDefault
664664
image: "opea/retriever-redis:latest"
665-
imagePullPolicy: IfNotPresent
665+
imagePullPolicy: Always
666666
ports:
667667
- name: retriever-usvc
668668
containerPort: 7000
@@ -741,7 +741,7 @@ spec:
741741
seccompProfile:
742742
type: RuntimeDefault
743743
image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5"
744-
imagePullPolicy: IfNotPresent
744+
imagePullPolicy: Always
745745
args:
746746
- "--auto-truncate"
747747
volumeMounts:
@@ -832,7 +832,7 @@ spec:
832832
seccompProfile:
833833
type: RuntimeDefault
834834
image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5"
835-
imagePullPolicy: IfNotPresent
835+
imagePullPolicy: Always
836836
args:
837837
- "--auto-truncate"
838838
volumeMounts:
@@ -923,7 +923,7 @@ spec:
923923
seccompProfile:
924924
type: RuntimeDefault
925925
image: "ghcr.io/huggingface/text-generation-inference:2.4.0-intel-cpu"
926-
imagePullPolicy: IfNotPresent
926+
imagePullPolicy: Always
927927
volumeMounts:
928928
- mountPath: /data
929929
name: model-volume
@@ -1011,7 +1011,7 @@ spec:
10111011
seccompProfile:
10121012
type: RuntimeDefault
10131013
image: "opea/chatqna:latest"
1014-
imagePullPolicy: IfNotPresent
1014+
imagePullPolicy: Always
10151015
volumeMounts:
10161016
- mountPath: /tmp
10171017
name: tmp
@@ -1052,7 +1052,7 @@ spec:
10521052
spec:
10531053
containers:
10541054
- image: nginx:1.27.1
1055-
imagePullPolicy: IfNotPresent
1055+
imagePullPolicy: Always
10561056
name: nginx
10571057
volumeMounts:
10581058
- mountPath: /etc/nginx/conf.d

ChatQnA/kubernetes/intel/cpu/xeon/manifest/chatqna_bf16.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ spec:
455455
securityContext:
456456
{}
457457
image: "opea/chatqna-ui:latest"
458-
imagePullPolicy: IfNotPresent
458+
imagePullPolicy: Always
459459
ports:
460460
- name: ui
461461
containerPort: 5173
@@ -513,7 +513,7 @@ spec:
513513
seccompProfile:
514514
type: RuntimeDefault
515515
image: "opea/dataprep-redis:latest"
516-
imagePullPolicy: IfNotPresent
516+
imagePullPolicy: Always
517517
ports:
518518
- name: data-prep
519519
containerPort: 6007
@@ -588,7 +588,7 @@ spec:
588588
seccompProfile:
589589
type: RuntimeDefault
590590
image: "redis/redis-stack:7.2.0-v9"
591-
imagePullPolicy: IfNotPresent
591+
imagePullPolicy: Always
592592
volumeMounts:
593593
- mountPath: /data
594594
name: data-volume
@@ -663,7 +663,7 @@ spec:
663663
seccompProfile:
664664
type: RuntimeDefault
665665
image: "opea/retriever-redis:latest"
666-
imagePullPolicy: IfNotPresent
666+
imagePullPolicy: Always
667667
ports:
668668
- name: retriever-usvc
669669
containerPort: 7000
@@ -742,7 +742,7 @@ spec:
742742
seccompProfile:
743743
type: RuntimeDefault
744744
image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5"
745-
imagePullPolicy: IfNotPresent
745+
imagePullPolicy: Always
746746
args:
747747
- "--auto-truncate"
748748
volumeMounts:
@@ -833,7 +833,7 @@ spec:
833833
seccompProfile:
834834
type: RuntimeDefault
835835
image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5"
836-
imagePullPolicy: IfNotPresent
836+
imagePullPolicy: Always
837837
args:
838838
- "--auto-truncate"
839839
volumeMounts:
@@ -926,7 +926,7 @@ spec:
926926
seccompProfile:
927927
type: RuntimeDefault
928928
image: "ghcr.io/huggingface/text-generation-inference:2.4.0-intel-cpu"
929-
imagePullPolicy: IfNotPresent
929+
imagePullPolicy: Always
930930
volumeMounts:
931931
- mountPath: /data
932932
name: model-volume
@@ -1014,7 +1014,7 @@ spec:
10141014
seccompProfile:
10151015
type: RuntimeDefault
10161016
image: "opea/chatqna:latest"
1017-
imagePullPolicy: IfNotPresent
1017+
imagePullPolicy: Always
10181018
volumeMounts:
10191019
- mountPath: /tmp
10201020
name: tmp
@@ -1055,7 +1055,7 @@ spec:
10551055
spec:
10561056
containers:
10571057
- image: nginx:1.27.1
1058-
imagePullPolicy: IfNotPresent
1058+
imagePullPolicy: Always
10591059
name: nginx
10601060
volumeMounts:
10611061
- mountPath: /etc/nginx/conf.d

ChatQnA/kubernetes/intel/hpu/gaudi/manifest/chatqna-guardrails.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ spec:
556556
securityContext:
557557
{}
558558
image: "opea/chatqna-ui:latest"
559-
imagePullPolicy: IfNotPresent
559+
imagePullPolicy: Always
560560
ports:
561561
- name: ui
562562
containerPort: 5173
@@ -614,7 +614,7 @@ spec:
614614
seccompProfile:
615615
type: RuntimeDefault
616616
image: "opea/dataprep-redis:latest"
617-
imagePullPolicy: IfNotPresent
617+
imagePullPolicy: Always
618618
ports:
619619
- name: data-prep
620620
containerPort: 6007
@@ -692,7 +692,7 @@ spec:
692692
seccompProfile:
693693
type: RuntimeDefault
694694
image: "opea/guardrails-tgi:latest"
695-
imagePullPolicy: IfNotPresent
695+
imagePullPolicy: Always
696696
ports:
697697
- name: guardrails-usvc
698698
containerPort: 9090
@@ -767,7 +767,7 @@ spec:
767767
seccompProfile:
768768
type: RuntimeDefault
769769
image: "redis/redis-stack:7.2.0-v9"
770-
imagePullPolicy: IfNotPresent
770+
imagePullPolicy: Always
771771
volumeMounts:
772772
- mountPath: /data
773773
name: data-volume
@@ -842,7 +842,7 @@ spec:
842842
seccompProfile:
843843
type: RuntimeDefault
844844
image: "opea/retriever-redis:latest"
845-
imagePullPolicy: IfNotPresent
845+
imagePullPolicy: Always
846846
ports:
847847
- name: retriever-usvc
848848
containerPort: 7000
@@ -921,7 +921,7 @@ spec:
921921
seccompProfile:
922922
type: RuntimeDefault
923923
image: "ghcr.io/huggingface/tei-gaudi:latest"
924-
imagePullPolicy: IfNotPresent
924+
imagePullPolicy: Always
925925
args:
926926
- "--auto-truncate"
927927
volumeMounts:
@@ -1013,7 +1013,7 @@ spec:
10131013
seccompProfile:
10141014
type: RuntimeDefault
10151015
image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5"
1016-
imagePullPolicy: IfNotPresent
1016+
imagePullPolicy: Always
10171017
args:
10181018
- "--auto-truncate"
10191019
volumeMounts:
@@ -1104,7 +1104,7 @@ spec:
11041104
seccompProfile:
11051105
type: RuntimeDefault
11061106
image: "ghcr.io/huggingface/tgi-gaudi:2.0.5"
1107-
imagePullPolicy: IfNotPresent
1107+
imagePullPolicy: Always
11081108
volumeMounts:
11091109
- mountPath: /data
11101110
name: model-volume
@@ -1185,7 +1185,7 @@ spec:
11851185
seccompProfile:
11861186
type: RuntimeDefault
11871187
image: "ghcr.io/huggingface/tgi-gaudi:2.0.5"
1188-
imagePullPolicy: IfNotPresent
1188+
imagePullPolicy: Always
11891189
volumeMounts:
11901190
- mountPath: /data
11911191
name: model-volume
@@ -1278,7 +1278,7 @@ spec:
12781278
seccompProfile:
12791279
type: RuntimeDefault
12801280
image: "opea/chatqna-guardrails:latest"
1281-
imagePullPolicy: IfNotPresent
1281+
imagePullPolicy: Always
12821282
volumeMounts:
12831283
- mountPath: /tmp
12841284
name: tmp
@@ -1319,7 +1319,7 @@ spec:
13191319
spec:
13201320
containers:
13211321
- image: nginx:1.27.1
1322-
imagePullPolicy: IfNotPresent
1322+
imagePullPolicy: Always
13231323
name: nginx
13241324
volumeMounts:
13251325
- mountPath: /etc/nginx/conf.d

0 commit comments

Comments
 (0)