openshift-helm-charts / development

0 stars 17 forks source link

Wrap owners file content access function in try except #356

Closed komish closed 2 months ago

komish commented 2 months ago

The return values for owners_file.get_owner_data_from_file was changed recently such that it no longer returns a boolean reflecting whether accessing the OWNERS file was successful, instead favoring a Raised exception.

This PR updates the chart lock generation logic. See https://github.com/openshift-helm-charts/charts/actions/runs/9470017334