deckhouse / k8s-image-availability-exporter

Alert if an image used in Kubernetes cannot be pulled from container registry
Apache License 2.0
213 stars 26 forks source link

Add capath flag to provide custom CA certificates #106

Closed nabokihms closed 9 months ago

nabokihms commented 9 months ago

This is required for private registries an air-gapped environments.

Closes https://github.com/deckhouse/k8s-image-availability-exporter/issues/45

codecov[bot] commented 9 months ago

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (6530065) 20.10% compared to head (7188f03) 19.93%. Report is 1 commits behind head on master.

Files Patch % Lines
pkg/registry/checker.go 0.00% 7 Missing :warning:
pkg/registry/indexers.go 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #106 +/- ## ========================================== - Coverage 20.10% 19.93% -0.18% ========================================== Files 4 4 Lines 577 582 +5 ========================================== Hits 116 116 - Misses 452 457 +5 Partials 9 9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.