We are implementing a command to load the current index.yaml from the charts repository, download the index.yaml from charts.rancher.io, and compare both.
This will be used on every release Pull Request at: charts-repo
Only on the last active branch.
Issue: https://github.com/rancher/ecm-distro-tools/issues/475
Solution
We are implementing a command to load the current
index.yaml
from the charts repository, download the index.yaml fromcharts.rancher.io
, and compare both.This will be used on every release Pull Request at: charts-repo Only on the last active branch.