From 5190d0b62b33b28de367923c6cf13d704c128ef1 Mon Sep 17 00:00:00 2001 From: toyamagu <83329336+toyamagu-2021@users.noreply.github.com> Date: Sun, 29 Jan 2023 14:34:59 +0900 Subject: [PATCH] docs: Running helmfile withought an internet connection by --skip-deps option (#659) --- docs/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 00845c83..e80ff85b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1427,9 +1427,8 @@ For your local use-case, aliasing it like `alias hi='helmfile --interactive'` wo ## Running Helmfile without an Internet connection -Once you download all required charts into your machine, you can run `helmfile charts` to deploy your apps. -It basically run only `helm upgrade --install` with your already-downloaded charts, hence no Internet connection is required. -See #155 for more information on this topic. +Once you download all required charts into your machine, you can run `helmfile sync --skip-deps` to deploy your apps. +With the `--skip-deps` option, you can skip running "helm repo update" and "helm dependency build". ## Experimental Features