From 40ad7816e68e93e224475cc8aabfd882a1c2be51 Mon Sep 17 00:00:00 2001 From: Roberto Santalla Date: Thu, 16 Mar 2023 11:46:41 +0100 Subject: [PATCH] README.md: fix chart url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a378ce16..1652a833 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This chart is tested with k8s 1.21+ and helm 3.6.0+. # Installation -This chart is [released as an OCI image](https://helm.sh/docs/topics/registries/) to `ghcr.io/mastodon/chart`. You can install it without the need to add any repository to your helm installation using: +This chart is [released as an OCI image](https://helm.sh/docs/topics/registries/) to `ghcr.io/mastodon/charts/mastodon`. You can install it without the need to add any repository to your helm installation using: ```shell helm install mastodon oci://ghcr.io/mastodon/charts/mastodon --values your-values-file.yaml