golemiso
golemiso
**What would you like to be added**: It is very useful to skip WAIT_APPROVAL and the following stages when the plan result is No changes. Add an option to StageTerraformPlan...
**What would you like to be added**: It would be nice if the `labels` are added to the notification. **Why is this needed**: The document says `env` (such as dev,...
**What this PR does / why we need it**: This can be useful if you are familiar with Helm template like below. ``` - type: OCI address: docker.pkg.dev username: _json_key_base64...
This is a proposed solution for skipping stages after plan. I am not an expert on this product so this can break existing workflow. Should be integration-tested. **Which issue(s) this...
**What this PR does / why we need it**: - planner/scheduler should follow repository settings in piped config. - plan preview builder should not check `Remote` and `Branch` because repository...
**What this PR does**: Update dependencies if they are missing before installing the chart **Why we need it**: To deploy remote helm charts which have dependencies **Which issue(s) this PR...
## Summary This PR fixes [#1931](https://github.com/diggerhq/digger/issues/1931) by updating the logic for retrieving the tag name from the current commit. Instead of relying on potentially outdated tag references, the workflow now...