Skip to content

Commit

Permalink
Update frontend image
Browse files Browse the repository at this point in the history
Please also test on your local: `kubectl set image deployment/rag-frontend  rag-frontend=us-central1-docker.pkg.dev/ai-on-gke/rag-on-gke/frontend@sha256:bc36e823a0110a65dae6336e3d46a03b798a6d396ba305a6590ae4bb8f895861 -n rag`

Tested-by: zlq
  • Loading branch information
blackzlq committed Mar 28, 2024
1 parent 6223bd7 commit 7e858a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/rag/frontend/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ resource "kubernetes_deployment" "rag_frontend_deployment" {
spec {
service_account_name = var.google_service_account
container {
image = "us-central1-docker.pkg.dev/ai-on-gke/rag-on-gke/frontend@sha256:7530314f46a7c4f487240984f6412d4041311a3252238ac3635375434521f837"
image = "us-central1-docker.pkg.dev/ai-on-gke/rag-on-gke/frontend@sha256:bc36e823a0110a65dae6336e3d46a03b798a6d396ba305a6590ae4bb8f895861"
name = "rag-frontend"

port {
Expand Down

0 comments on commit 7e858a6

Please sign in to comment.