version-checker
version-checker copied to clipboard
Kubernetes utility for exposing image versions in use, compared to latest available upstream, as metrics.
Is there a Possibility to support Imagereferences like the following: artifactory.test.de/repo/subfolder/image:tag In your [path_test.go](https://github.com/jetstack/version-checker/blob/4975d5efb7db618db1e93e4f83c1ffff16878e88/pkg/client/selfhosted/path_test.go#L103-L107) i have seen that only the last two substrings in URL will considered. In [selfhosted.go](https://github.com/jetstack/version-checker/blob/4975d5efb7db618db1e93e4f83c1ffff16878e88/pkg/client/selfhosted/selfhosted.go#L25-L26) the...
The Github client implementation seems to use releases to infer tags for Github packages at the user scope. It may be the case that release tags and tags in a...
As suggested in our internal call today, have a setup / getting started guide or demo in docs to help people bootstrap a fully functional setup.
This is an attempt to help the onboarding process of version-checker and introduces a list of images/repositories and any custom annotations needed on the pods. This is after doing some...
This is related to https://github.com/jetstack/version-checker/issues/147 > Actually https://gcr.io/v2/google-containers/kube-proxy-amd64/tags/list hasn't been updated for a long time because they switched to https://gke.gcr.io/v2/kube-proxy-amd64/tags/list and new images are published there. Google has now stopped...
This is a re-attempt at implementing OS/Arch Support from https://github.com/jetstack/version-checker/pull/60 Actions: - [x] Get Node Details and store them in a memory efficient way - [ ] Ensure all clients...
As part of debugging https://github.com/jetstack/version-checker/issues/147 I decided to add some extra tests for version.go to help myself and others to understand some of the reasons and challenges with versioning along...
This means that the OverrideURI is used within the image label of the metrics.. prior to this, the overrideURI was very much behind the scenes and could cause some confusion...