Skip to content

Commit

Permalink
docs(readme): clarify helm charts repository location
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Oct 27, 2023
1 parent 7a1cbf4 commit bbba20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion helm/kube-image-keeper/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit bbba20e

Please sign in to comment.