version-checker icon indicating copy to clipboard operation
version-checker copied to clipboard

Kubernetes utility for exposing image versions in use, compared to latest available upstream, as metrics.

Results 68 version-checker issues
Sort by recently updated
recently updated
newest added

Hello, I deployed version-checker with enabled self hosted registry (artifactory), but I got 405 error in the log (sensitive info replaced with stars): `error: failed to setup image registry clients:...

We should publish multi-arch images, similar to cert-manager. /assign

Hello, When I start version-checker, the log indicates that the annotation to enable the check is `enable.version-checker/${my-container}` : ``` version-checker-6477448bf-4lvvn version-checker time="2020-11-20T18:08:42Z" level=info msg="flag --test-all-containers=false only containers with the annotation...

bug
documentation
good first issue

This adds a generic client that uses the docker api instead of specific client libraries. Other clients should wrap it to make use of the dockerapi. Signed-off-by: oluwole.fadeyi

dco-signoff: yes
size/XL
do-not-merge/release-note-label-needed
needs-rebase

This updates the controller to check the architecture of the cluster nodes and select only tags for the current architecture. Going to handle the [composite hashes](https://github.com/jetstack/version-checker/issues/58#issuecomment-725550161) in a following PR....

dco-signoff: yes
approved
lgtm
size/XL
do-not-merge/hold
do-not-merge/release-note-label-needed
do-not-merge/work-in-progress
needs-rebase

This PR adds functionality to quay to request OS and Archs from images. If images are not part of a multi-arch build, then the os and arch are inferred from...

dco-signoff: yes
approved
size/L
do-not-merge/release-note-label-needed
needs-rebase

We do not currently properly support paging in clients. This means that tag sets will only include tags which are returned in the first page from the registry. This may...

enhancement
help wanted

**What happened?** When I was running version-checker on KIND (amd64), the latest image version reported for the following container `docker.io/ealen/echo-server:latest` was `3f390e3cb38a1bb7a5169b27ae56285335ffede3cf334156e4d826173ce54ae5`, for [arm/v6](https://hub.docker.com/layers/ealen/echo-server/latest/images/sha256-3f390e3cb38a1bb7a5169b27ae56285335ffede3cf334156e4d826173ce54ae5?context=explore), instead of the tag for amd64...

bug
help wanted

Hi, We have k8s running on Azure and the following (images) versions: Prometheus: `quay.io/prometheus/prometheus:v2.21.0` Version-checker: `quay.io/jetstack/version-checker:v0.2.0` Grafana: `grafana/grafana:7.2.0-ubuntu` Our config for the deployment of version-checker is: ``` apiVersion: apps/v1 kind:...

Like `docker.io/coredns/coredns` ![20200930154004.jpg](https://i.loli.net/2020/09/30/jl5MGh7rdpt1O6e.jpg)

bug