File tree Expand file tree Collapse file tree
helm/nvidia-blueprint-rag Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
33 # Main ingestor server which is responsible for ingestion
44 ingestor-server :
55 container_name : ingestor-server
6- image : nvcr.io/nvstaging/blueprint/ingestor-server:${TAG:-2.4.0.rc2.2 }
6+ image : nvcr.io/nvstaging/blueprint/ingestor-server:${TAG:-2.4.0.rc3 }
77 build :
88 # Set context to repo's root directory
99 context : ../../
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
33 # Main orchestrator server which stiches together all calls to different services to fulfill the user request
44 rag-server :
55 container_name : rag-server
6- image : nvcr.io/nvstaging/blueprint/rag-server:${TAG:-2.4.0.rc2.2 }
6+ image : nvcr.io/nvstaging/blueprint/rag-server:${TAG:-2.4.0.rc3 }
77 build :
88 # Set context to repo's root directory
99 context : ../../
@@ -209,7 +209,7 @@ services:
209209 # Sample UI container which interacts with APIs exposed by rag-server container
210210 rag-frontend :
211211 container_name : rag-frontend
212- image : nvcr.io/nvstaging/blueprint/rag-frontend:${TAG:-2.4.0.rc2.2 }
212+ image : nvcr.io/nvstaging/blueprint/rag-frontend:${TAG:-2.4.0.rc3 }
213213 build :
214214 # Set context to repo's root directory
215215 context : ../../frontend
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ apiKeysSecret:
5757# -- RAG server container image
5858image :
5959 repository : nvcr.io/nvstaging/blueprint/rag-server
60- tag : " 2.4.0.rc2.2 "
60+ tag : " 2.4.0.rc3 "
6161 pullPolicy : Always
6262
6363# -- RAG server service configuration
@@ -290,7 +290,7 @@ ingestor-server:
290290
291291 image :
292292 repository : nvcr.io/nvstaging/blueprint/ingestor-server
293- tag : " 2.4.0.rc2.2 "
293+ tag : " 2.4.0.rc3 "
294294 pullPolicy : Always
295295
296296 # -- Service config for ingestor-server
@@ -453,7 +453,7 @@ frontend:
453453 image :
454454 repository : nvcr.io/nvstaging/blueprint/rag-frontend
455455 pullPolicy : IfNotPresent
456- tag : " 2.4.0.rc2.2 "
456+ tag : " 2.4.0.rc3 "
457457
458458 imagePullSecret :
459459 name : " ngc-secret"
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ services:
200200 # Main ingestor server which is responsible for ingestion
201201 ingestor-server :
202202 container_name : ingestor-server
203- image : nvcr.io/nvstaging/blueprint/ingestor-server:${TAG:-2.4.0.rc2.2 }
203+ image : nvcr.io/nvstaging/blueprint/ingestor-server:${TAG:-2.4.0.rc3 }
204204 build :
205205 # Set context to repo's root directory
206206 context : ../../
@@ -432,7 +432,7 @@ services:
432432 # Main orchestrator server which stiches together all calls to different services to fulfill the user request
433433 rag-server :
434434 container_name : rag-server
435- image : nvcr.io/nvstaging/blueprint/rag-server:${TAG:-2.4.0.rc2.2 }
435+ image : nvcr.io/nvstaging/blueprint/rag-server:${TAG:-2.4.0.rc3 }
436436 build :
437437 # Set context to repo's root directory
438438 context : ../../
@@ -569,7 +569,7 @@ services:
569569 # Sample UI container which interacts with APIs exposed by rag-server container
570570 rag-frontend :
571571 container_name : rag-frontend
572- image : nvcr.io/nvstaging/blueprint/rag-frontend:${TAG:-2.4.0.rc2.2 }
572+ image : nvcr.io/nvstaging/blueprint/rag-frontend:${TAG:-2.4.0.rc3 }
573573 build :
574574 # Set context to repo's root directory
575575 context : ../../frontend
You can’t perform that action at this time.
0 commit comments