Skip to content

Commit

Permalink
image update
Browse files Browse the repository at this point in the history
Signed-off-by: Bangqi Zhu <[email protected]>
  • Loading branch information
Bangqi Zhu committed Feb 11, 2025
1 parent 330bc13 commit 9b7195d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ragengine/controllers/preset-rag.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func CreatePresetRAG(ctx context.Context, ragEngineObj *v1alpha1.RAGEngine, revi
}
commands := utils.ShellCmd("python3 main.py")
// TODO: provide this image
image := "mcr.microsoft.com/aks/kaito/kaito-rag-service:0.0.1"
image := "aimodelsregistrytest.azurecr.io/kaito-rag-service:0.0.7"

imagePullSecretRefs := []corev1.LocalObjectReference{}

Expand Down

0 comments on commit 9b7195d

Please sign in to comment.