Tetsuya Yamamoto
Tetsuya Yamamoto
Hi, dear. **What happened**: `Piped got CrashLoopBackOff` I was doing [quickstart](https://pipecd.dev/docs/quickstart/), and when I deploy piped with following command with my config such as `FORKED_REPO_URL `, `YOUR_PIPED_SECRET_KEY` ``` helm -n...
Is there any way to pass slack token from environment values ?
## What is this feature. - Add `IS_APPROVED` flag to check if the PR is approved or not. ## Why does this feature need? - I want to use this...
**What happened**: With Cloud Run application, when we set a bool value for env, PipeCD gets diff the env, like following. Manifest is ```yaml apiVersion: serving.knative.dev/v1 kind: Service metadata: name:...
**What would you like to be added**: Currently, we have to add all resources, which [buildin api versions list](https://github.com/pipe-cd/pipecd/blob/3e209562657b0a6654ea85c13c1f6612c2aba78a/pkg/app/piped/platformprovider/kubernetes/resourcekey.go#L24) does not include, to `appStateInformer.includeResources` in piped config, like `cert-manager.io/v1`, etc....
**What would you like to be added**: Support `--force-conflicts` option for `kubectl` Server-Side Apply. **Why is this needed**: When use a KubernetesApp, with [PipeCD Server-Side Apply](https://github.com/pipe-cd/pipecd/blob/90559a36795b648149a63f2139016f2a5cb7afba/pkg/app/piped/platformprovider/kubernetes/kubernetes.go#L34), a piped gets the...
On PipeCD Application detail page on web ui ( like https://xxx/applications/xxx ) , we can check manifests not synced, but when an application has many changes, the page shows `......
With `datasources=issues` and the following GItHub Actions workflow, a Release Note has all issues with no error. Then, run the workflow again, the Release Note gets expected issues, that have...
asmcli ( `1.11.5-asm.3+config1` ) install command with `--dry-run` option fails in cloudshell. I tried to run the same command without `--dry-run` option succeeded. What should I do for dry-run? ```...
Fix following the bug. asmcli staging-1.11 always apply istio-cni, because asmcli does not have if condition for `install_managed_cni_static` function in `install_managed_control_plane`. Also, Fix typo related to above function.