pipe-cd / pipecd

The One CD for All {applications, platforms, operations}
https://pipecd.dev
Apache License 2.0
1.1k stars 154 forks source link

`Invalid Config` appears even after fixing the config. #5032

Closed t-kikuc closed 2 months ago

t-kikuc commented 4 months ago

What happened:

What you expected to happen:

How to reproduce it:

  1. Register an application and deploy it.
  2. Push invalid config to my remote repo.
  3. Invalid Config appears.
  4. Fix the config.
  5. Invalid Config appears.

Environment:


Investigation Result

This problem will happen in ECSApp and LambdaApp.

Current Workaround

You need to re-register your application.

The cause

The solution

We need to release DriftDetection for ECS and Lambda.

t-kikuc commented 3 months ago

Probably this PR will solve that. https://github.com/pipe-cd/pipecd/pull/5122

t-kikuc commented 2 months ago

Since https://github.com/pipe-cd/pipecd/pull/5122 is merged, this will not happen.