version-checker
version-checker copied to clipboard
Kubernetes utility for exposing image versions in use, compared to latest available upstream, as metrics.
This is to ensure that we have some test-coverage enforcement and that as the project grows we ensure that we don't regress under that.
This cleans up some of the output from `helm template` and also duirng installation to be cleaner and reduce whitespace as raised in #187. On its own: ```yaml --- #...
This will help reduce some of the API Calls performed when attestation, sbom and sig tags are published, we don't care/need them so should also reduce the memory footprint along...
This is to address #77 - implementing a gitlab API integration. TODO: - [ ] Custom Hostname detection
**Is your feature request related to a problem? Please describe.** I want to know how many times version-checker is downloaded. **Describe the solution you'd like** A stat somewhere on the...
**Is your feature request related to a problem? Please describe.** Stop PR's where helm-docs hasn't run **Describe the solution you'd like** In PR CI, run helm-docs and fail if changes...
**Describe the bug** version-checker seems to not do the comparison properly sometimes, leading to the metrics stating it's not the latest while it is. I haven't tested with other registries,...
Currently, version-checker only supports [basic authentication](https://github.com/jetstack/version-checker/blob/efca612c64483c7873528a1135ad7149e82cccba/pkg/client/gcr/gcr.go#L63), which limits the available methods for authenticating against GCR/GAR. Deploying version-checker on GKE clusters would be significantly more secure if it could leverage [Google...
Based on our call, @ribbybibby would like to add tests around the OCI fallback support once #159 is merged.