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 is part of https://github.com/jetstack/version-checker/issues/147 In an attempt to resolve the Old Container metrics, as the current delete assumes that we know the exact set of labels, including current tag...

Add [betteralign](https://github.com/dkorunic/betteralign) to the CI and / or pre-commit

enhancement

As per the [helm docs](https://helm.sh/docs/topics/charts/#the-apiversion-field), we should set the `apiVersion` field in [chart.yaml](https://github.com/jetstack/version-checker/blob/v0.5.5/deploy/charts/version-checker/Chart.yaml) to `v2`, not `v1`. I can't remember if this is breaking anymore. I think most tools let...

enhancement
good first issue

This brings the same/similar logic that's used within the Sha calculation logic, but into SemVer The intention is to attempt to improve the SemVer verson discovery from bad dad. Some...

Adding this issue as per [David's comment](https://github.com/jetstack/version-checker/pull/180#discussion_r1582717549).

enhancement

There is currently only **38%** total test coverage, to help improve collaboration and ensure a stable experience we should look to increase this (target TBA) significantly. This should also be...

help wanted

For example, remove comments and blank lines: ```yaml # Source: version-checker/templates/deployment.yaml apiVersion: apps/v1 kind: Deployment metadata: name: version-checker labels: app.kubernetes.io/name: version-checker helm.sh/chart: version-checker-v0.5.4 app.kubernetes.io/instance: version-checker app.kubernetes.io/version: "v0.5.4" app.kubernetes.io/managed-by: Helm spec:...

good first issue