From 53467f9cbe334ae37850af8812ef801e03476e79 Mon Sep 17 00:00:00 2001 From: David Donchez Date: Mon, 22 Jan 2024 13:31:04 +0100 Subject: [PATCH] chore(readme): use urls of artefacts in docs --- README.md | 2 +- helm/kube-image-keeper/README.md.gotmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 203536d8..9400c744 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ helm upgrade --install \ That's it! -Our container images are available across multiple registries for reliability. You can find them on [Github Container Registry](ghcr.io/enix/kube-image-keeper), [Quay](quay.io/enix/kube-image-keeper) and [DockerHub](enix/kube-image-keeper). +Our container images are available across multiple registries for reliability. You can find them on [Github Container Registry](https://github.com/enix/kube-image-keeper/pkgs/container/kube-image-keeper), [Quay](https://quay.io/repository/enix/kube-image-keeper) and [DockerHub](https://hub.docker.com/r/enix/kube-image-keeper). diff --git a/helm/kube-image-keeper/README.md.gotmpl b/helm/kube-image-keeper/README.md.gotmpl index 3028a1a1..50c64603 100644 --- a/helm/kube-image-keeper/README.md.gotmpl +++ b/helm/kube-image-keeper/README.md.gotmpl @@ -146,7 +146,7 @@ helm upgrade --install \ That's it! -Our container images are available across multiple registries for reliability. You can find them on [Github Container Registry](ghcr.io/enix/kube-image-keeper), [Quay](quay.io/enix/kube-image-keeper) and [DockerHub](enix/kube-image-keeper). +Our container images are available across multiple registries for reliability. You can find them on [Github Container Registry](https://github.com/enix/kube-image-keeper/pkgs/container/kube-image-keeper), [Quay](https://quay.io/repository/enix/kube-image-keeper) and [DockerHub](https://hub.docker.com/r/enix/kube-image-keeper). {{ template "chart.valuesSection" . }}