Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

You will learn

📙

Use Helm in an environment without internet access. The following is suitable for all supported distributions of Kubernetes.

Prerequisites

Audience: IT Professional
Difficulty: Basic
Time needed: Approximately 10 minutes
Tools required: N/A

Manually Download Helm Chart

  1. Select the version to be installed/upgraded from the Release Notes section of this space

  2. Click the “manual helm download” link

  3. Copy the resulting tgz file to the machine that will run helm commands

  4. In any guide referencing helm commands, replace instances of denimgroup/threadfix with the path of the tgz file. For example, if installing ThreadFix 3.1.0:

    1. When upgrading, replace
      helm upgrade tf denimgroup/threadfix
      with
      helm upgrade tf threadfix-3.1.0.tgz

    2. When installing, replace
      helm install tf denimgroup/threadfix $HELM_INSTALL_ARGS
      with
      helm install tf threadfix-3.1.0.tgz

  • No labels