diff --git a/examples/cloudrun/canary/service.yaml b/examples/cloudrun/canary/service.yaml index e27aa7db4c..b882603511 100644 --- a/examples/cloudrun/canary/service.yaml +++ b/examples/cloudrun/canary/service.yaml @@ -12,7 +12,7 @@ spec: containers: - args: - server - image: gcr.io/pipecd/helloworld:v0.7.0 + image: gcr.io/pipecd/helloworld:v0.8.0 ports: - containerPort: 9085 resources: diff --git a/examples/cloudrun/wait-approval/service.yaml b/examples/cloudrun/wait-approval/service.yaml index 1489f26542..221eb3ab27 100644 --- a/examples/cloudrun/wait-approval/service.yaml +++ b/examples/cloudrun/wait-approval/service.yaml @@ -12,7 +12,7 @@ spec: containers: - args: - server - image: gcr.io/pipecd/helloworld:v0.7.0 + image: gcr.io/pipecd/helloworld:v0.8.0 ports: - containerPort: 9085 resources: