From b17621cf7377b5704b354a3a143cc1a445ddc7d2 Mon Sep 17 00:00:00 2001 From: Patrick Collins Date: Thu, 11 Feb 2021 21:55:08 -0800 Subject: [PATCH] install go-replace before using it (#571) needs this or at least deps:go-replace. --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a41d0a6b..b6fed411 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,6 +48,7 @@ sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b .bin # Create chart PATH=$PATH:$PWD/.bin +task deps:install task chart:create CHART=chart_name # Don't forgot edit some chart informations in charts/char_name/Chart.yaml and charts/char_name/values.yaml