Skip to content

Commit 07971fe

Browse files
author
wwanarif
committed
update templates to always pull opea images
Signed-off-by: wwanarif <[email protected]>
1 parent 447bc9b commit 07971fe

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

studio-backend/app/templates/microsvc-manifests/data-prep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
seccompProfile:
7878
type: RuntimeDefault
7979
image: "${REGISTRY}/dataprep-redis:${TAG}"
80-
imagePullPolicy: IfNotPresent
80+
imagePullPolicy: Always
8181
ports:
8282
- name: data-prep
8383
containerPort: 6007

studio-backend/app/templates/microsvc-manifests/embedding-usvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
seccompProfile:
7171
type: RuntimeDefault
7272
image: "${REGISTRY}/embedding-tei:${TAG}"
73-
imagePullPolicy: IfNotPresent
73+
imagePullPolicy: Always
7474
ports:
7575
- name: embedding-usvc
7676
containerPort: 6000

studio-backend/app/templates/microsvc-manifests/llm-uservice.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
seccompProfile:
7373
type: RuntimeDefault
7474
image: "${REGISTRY}/llm-tgi:${TAG}"
75-
imagePullPolicy: IfNotPresent
75+
imagePullPolicy: Always
7676
ports:
7777
- name: llm-uservice
7878
containerPort: 9000

studio-backend/app/templates/microsvc-manifests/reranking-usvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
seccompProfile:
7171
type: RuntimeDefault
7272
image: "${REGISTRY}/reranking-tei:${TAG}"
73-
imagePullPolicy: IfNotPresent
73+
imagePullPolicy: Always
7474
ports:
7575
- name: reranking-usvc
7676
containerPort: 8000

studio-backend/app/templates/microsvc-manifests/retriever-usvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
7676
seccompProfile:
7777
type: RuntimeDefault
7878
image: "${REGISTRY}/retriever-redis:${TAG}"
79-
imagePullPolicy: IfNotPresent
79+
imagePullPolicy: Always
8080
ports:
8181
- name: retriever-usvc
8282
containerPort: 7000

studio-backend/tests/exporter-groundtruth/gt_app-manifest-with-nginx.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ spec:
576576
seccompProfile:
577577
type: RuntimeDefault
578578
image: opea/embedding-tei:latest
579-
imagePullPolicy: IfNotPresent
579+
imagePullPolicy: Always
580580
ports:
581581
- name: embedding-usvc
582582
containerPort: 6000
@@ -675,7 +675,7 @@ spec:
675675
seccompProfile:
676676
type: RuntimeDefault
677677
image: opea/llm-tgi:latest
678-
imagePullPolicy: IfNotPresent
678+
imagePullPolicy: Always
679679
ports:
680680
- name: llm-uservice
681681
containerPort: 9000
@@ -779,7 +779,7 @@ spec:
779779
seccompProfile:
780780
type: RuntimeDefault
781781
image: opea/dataprep-redis:latest
782-
imagePullPolicy: IfNotPresent
782+
imagePullPolicy: Always
783783
ports:
784784
- name: data-prep
785785
containerPort: 6007
@@ -876,7 +876,7 @@ spec:
876876
seccompProfile:
877877
type: RuntimeDefault
878878
image: opea/reranking-tei:latest
879-
imagePullPolicy: IfNotPresent
879+
imagePullPolicy: Always
880880
ports:
881881
- name: reranking-usvc
882882
containerPort: 8000
@@ -979,7 +979,7 @@ spec:
979979
seccompProfile:
980980
type: RuntimeDefault
981981
image: opea/retriever-redis:latest
982-
imagePullPolicy: IfNotPresent
982+
imagePullPolicy: Always
983983
ports:
984984
- name: retriever-usvc
985985
containerPort: 7000

studio-backend/tests/exporter-groundtruth/gt_app-manifest.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ spec:
580580
seccompProfile:
581581
type: RuntimeDefault
582582
image: opea/embedding-tei:latest
583-
imagePullPolicy: IfNotPresent
583+
imagePullPolicy: Always
584584
ports:
585585
- name: embedding-usvc
586586
containerPort: 6000
@@ -679,7 +679,7 @@ spec:
679679
seccompProfile:
680680
type: RuntimeDefault
681681
image: opea/llm-tgi:latest
682-
imagePullPolicy: IfNotPresent
682+
imagePullPolicy: Always
683683
ports:
684684
- name: llm-uservice
685685
containerPort: 9000
@@ -783,7 +783,7 @@ spec:
783783
seccompProfile:
784784
type: RuntimeDefault
785785
image: opea/dataprep-redis:latest
786-
imagePullPolicy: IfNotPresent
786+
imagePullPolicy: Always
787787
ports:
788788
- name: data-prep
789789
containerPort: 6007
@@ -880,7 +880,7 @@ spec:
880880
seccompProfile:
881881
type: RuntimeDefault
882882
image: opea/reranking-tei:latest
883-
imagePullPolicy: IfNotPresent
883+
imagePullPolicy: Always
884884
ports:
885885
- name: reranking-usvc
886886
containerPort: 8000
@@ -983,7 +983,7 @@ spec:
983983
seccompProfile:
984984
type: RuntimeDefault
985985
image: opea/retriever-redis:latest
986-
imagePullPolicy: IfNotPresent
986+
imagePullPolicy: Always
987987
ports:
988988
- name: retriever-usvc
989989
containerPort: 7000
@@ -1281,7 +1281,7 @@ spec:
12811281
seccompProfile:
12821282
type: RuntimeDefault
12831283
image: opea/app-backend:latest
1284-
imagePullPolicy: IfNotPresent
1284+
imagePullPolicy: Always
12851285
volumeMounts:
12861286
- mountPath: /tmp
12871287
name: tmp

0 commit comments

Comments
 (0)