From 123dd73f66e3b78ef837b038f0743725e2cc1a15 Mon Sep 17 00:00:00 2001 From: shivani446 <123355816+shivani446@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:30:45 +0530 Subject: [PATCH] feat: Add one instruction in readme for pushing the chart into releases (#76) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8e81d34..dfdf2fa 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ helm package helm repo index --url https://improwised.github.io/charts . ``` +### In case we are not adding the chart to the chart directory with the PR and are pushing it directly to releases: +After executing the above command and generating the index.yaml, check the commit changes. It might remove other existing charts from the index.yaml. Therefore, do not delete any index or lines from the existing index.yaml. + +To add your chart, simply look out and copy the generated index for the specific chart you want to add. Then, append this information to the existing index.yaml without removing any other lines. + 4. Add appropriate commit message and push it ## Adding CI first time