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

This PR fix issue: [https://github.com/jetstack/version-checker/issues/66](https://github.com/jetstack/version-checker/issues/66) The AWS sdk has by default many ways to configure the credentials, through environment variables, using kubernetes IRSA... I think the best option is to...

dco-signoff: yes
size/L
lgtm
needs-ok-to-test
do-not-merge/hold
release-note
needs-rebase

dco-signoff: yes
size/S
do-not-merge/release-note-label-needed

From looking at the deployment manifest, it currently doesn't seem to have any probes for readiness or liveness check. It would be nice to get that fixed.

good first issue

This add's support for GHCR.io, allowing the use of the Github Personal Access token.

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

I have set up **selfhosted** for **Harbor**, but it is showing an error. Here are my customized values: ``` selfhosted: - name: HARBOR host: harbor.mycompany.com username: password: ``` Below is...

Hi, It would be great to have a prometheus metric with the number of errors, it would be helpful to detect possible issues with some images. What do you think?...

enhancement
good first issue
help wanted

The feature is still in preview, but you can generate tokens for ACR that are (optionally) scoped to specific repositories and with limited permissions. Having the ability to use these...

enhancement
help wanted

```release-note Added the option to use an AWS IAM role ARN to authenticate to ECR if on EKS as described here: https://docs.aws.amazon.com/eks/latest/userguide/create-service-account-iam-policy-and-role.html In this case you don't need to use...

dco-signoff: yes
needs-ok-to-test
size/M
release-note

Hello, It appears that this tool doesn't support custom Gitlab repositories. It returns a 404. Is this the case or I am doing something wrong? Thank you in advance.

help wanted
question