epinio / helm-charts

Epinio Helm chart
https://epinio.github.io/helm-charts/
2 stars 15 forks source link

Updatecli `groupby` chart #460

Closed enrichman closed 1 year ago

enrichman commented 1 year ago

Is there an existing issue for this?

Current Behavior

When multiple updates are available updatecli will create a single PR grouping all the updates, even cross-charts.

See https://github.com/epinio/helm-charts/pull/459

The epinio chart was updated for some dependencies updates. The upgrade-responder chart was updated for some dependencies updates.

A single PR was opened.

Expected Behavior

It will be nice to have the PRs grouped by chart, having a PR for the epinio chart, and one for the upgrade-responder.

With this you are able also to merge before the one that is eventually a dependency of the other chart.

Steps To Reproduce

No response

Environment

- OS:
- Architecture:
- Epinio Version:
- Cluster:
  - Provider:
  - Options:
  - Kubernetes Version:

Logs

No response

Anything else?

No response

enrichman commented 1 year ago

Fixed by https://github.com/epinio/helm-charts/pull/473