From bbba20e81f88e30b9086e769caa73a95852e798a Mon Sep 17 00:00:00 2001 From: David Donchez Date: Fri, 27 Oct 2023 14:45:14 +0200 Subject: [PATCH] docs(readme): clarify helm charts repository location --- 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 c02ce555..68e3283e 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Refer to the [dedicated documentation](https://github.com/enix/kube-image-keeper ## Installation 1. Make sure that you have cert-manager installed. If not, check its [installation page](https://cert-manager.io/docs/installation/) (it's fine to use the `kubectl apply` one-liner, and no further configuration is required). -1. Install kuik's Helm chart from the [enix/helm-charts](https://github.com/enix/helm-charts) repository: +1. Install kuik's Helm chart from our [charts](https://charts.enix.io) repository: ```bash helm upgrade --install \ diff --git a/helm/kube-image-keeper/README.md.gotmpl b/helm/kube-image-keeper/README.md.gotmpl index c2bb5a7e..b1f3a1ae 100644 --- a/helm/kube-image-keeper/README.md.gotmpl +++ b/helm/kube-image-keeper/README.md.gotmpl @@ -135,7 +135,7 @@ Refer to the [dedicated documentation](https://github.com/enix/kube-image-keeper ## Installation 1. Make sure that you have cert-manager installed. If not, check its [installation page](https://cert-manager.io/docs/installation/) (it's fine to use the `kubectl apply` one-liner, and no further configuration is required). -1. Install kuik's Helm chart from the [enix/helm-charts](https://github.com/enix/helm-charts) repository: +1. Install kuik's Helm chart from our [charts](https://charts.enix.io) repository: ```bash helm upgrade --install \