grafana / grafana-ci-otel-collector

Grafana's OTel Collector distribution for CI/CD observability
11 stars 2 forks source link

ci: change updater images paths #150

Closed Elfo404 closed 4 days ago

Elfo404 commented 5 days ago

Follow up to https://github.com/grafana/deployment_tools/pull/177955

The way the image updater is set up causes merge conflicts on the images file because 2 PRs are created from the same base and touch the same file, one for ops and one for dev (automerged).

By moving those to separate files we should be able to avoid those merge conflicts.