Hey you have a mistake in the image path in artifacts.
During a docker build push you have -repo suffix
us-central1-docker.pkg.dev/$PROJECT_ID/ollama-sidecar-codelab-repo/ollama-gemma-2b
us-central1-docker.pkg.dev/$PROJECT_ID/ollama-sidecar-codelab-repo/openwebui
while in service.yaml file you have
us-central1-docker.pkg.dev/$PROJECT_ID/ollama-sidecar-codelab/ollama-gemma-2b
us-central1-docker.pkg.dev/$PROJECT_ID/ollama-sidecar-codelab/openwebui
The end result is the command:
gcloud beta run services replace service.yaml
fails to deploy the service
Hey you have a mistake in the image path in artifacts. During a docker build push you have -repo suffix us-central1-docker.pkg.dev/$PROJECT_ID/ollama-sidecar-codelab-repo/ollama-gemma-2b us-central1-docker.pkg.dev/$PROJECT_ID/ollama-sidecar-codelab-repo/openwebui while in service.yaml file you have us-central1-docker.pkg.dev/$PROJECT_ID/ollama-sidecar-codelab/ollama-gemma-2b us-central1-docker.pkg.dev/$PROJECT_ID/ollama-sidecar-codelab/openwebui
The end result is the command: gcloud beta run services replace service.yaml fails to deploy the service