Skip to content

Commit

Permalink
Rollback to previous image (GoogleCloudPlatform#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackzlq committed Mar 26, 2024
1 parent e543774 commit b0f3182
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:91835a736252a43adfee6aa552a4853442d3c8b1dd9e5a82383cf25f536af6d0"
image = "us-central1-docker.pkg.dev/ai-on-gke/rag-on-gke/frontend@sha256:7530314f46a7c4f487240984f6412d4041311a3252238ac3635375434521f837"
name = "rag-frontend"

port {
Expand Down

0 comments on commit b0f3182

Please sign in to comment.