From fc24d7a2591451d5f8322068572b36e2a1d9dbb8 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Thu, 18 Apr 2024 15:34:52 +0200 Subject: [PATCH] Helm dep should use install (#62) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bee4a8..35303c0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a [Helm](https://helm.sh/) chart for installing Mastodon into a Kubernetes cluster. The basic usage is: 1. edit `values.yaml` or create a separate yaml file for custom values -1. `helm dep update` +1. `helm dep install` 1. `helm install --namespace mastodon --create-namespace my-mastodon ./ -f path/to/additional/values.yaml` This chart is tested with k8s 1.21+ and helm 3.8.0+.