examples icon indicating copy to clipboard operation
examples copied to clipboard

Demonstration of PlanPreview feature for Cloud Run

Open khanhtc1202 opened this issue 3 years ago • 3 comments

This pull request is just to demonstrate the PlanPreview feature.

https://pipecd.dev/docs/user-guide/plan-preview/

khanhtc1202 avatar Dec 20 '22 08:12 khanhtc1202

PLAN_PREVIEW ACTIONS

Ran plan-preview against head commit 4bf9e8a7178e0f16cfd396fa55138e53702d8fd4 of this pull request. PipeCD detected 1 updated applications and here are their plan results. Once this pull request got merged their deployments will be triggered to run as these estimations.

app: simple, env: example, kind: cloudrun

Sync strategy: QUICK_SYNC Summary: 1 changes were detected

Details (Click me)

--- Last Deploy
+++ Head Commit

@@ -12,7 +12,7 @@
       containers:
       - args:
         - server
-        image: gcr.io/pipecd/helloworld:v0.27.4
+        image: gcr.io/pipecd/helloworld:v0.41.0
         ports:
         - containerPort: 9085
         resources:


github-actions[bot] avatar Dec 20 '22 08:12 github-actions[bot]