version-checker
version-checker copied to clipboard
Kubernetes utility for exposing image versions in use, compared to latest available upstream, as metrics.
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...
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.
This add's support for GHCR.io, allowing the use of the Github Personal Access token.
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?...
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...
```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...
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.