From 4bf9e8a7178e0f16cfd396fa55138e53702d8fd4 Mon Sep 17 00:00:00 2001 From: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Date: Tue, 20 Dec 2022 15:57:50 +0700 Subject: [PATCH] Demonstration of PlanPreview feature for Cloud Run --- cloudrun/simple/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudrun/simple/service.yaml b/cloudrun/simple/service.yaml index f41cafa..f603fc7 100644 --- a/cloudrun/simple/service.yaml +++ b/cloudrun/simple/service.yaml @@ -12,7 +12,7 @@ spec: containers: - args: - server - image: gcr.io/pipecd/helloworld:v0.27.4 + image: gcr.io/pipecd/helloworld:v0.41.0 ports: - containerPort: 9085 resources: