Downloading a Helm chart version
You can use a Helm chart to deploy, upgrade, and remove the Logging agent from a Kubernetes cluster or an Openshift cluster.
Complete the following steps to download a Helm chart version:
-
Login to IBM Cloud using the CLI.
For detailed instructions about logging in using the IBM Cloud CLI, see ibmcloud login.
-
Check the Helm chart versions that are available. For more information, see Checking the available Helm chart versions.
-
Run the following command to download a Helm chart:
helm pull oci://icr.io/ibm-observe/logs-agent-helm --version CHART_VERSIONA file named
logs-agent-helm-{CHART_VERSION}.tgzis downloaded.For example, when you run
helm pull oci://icr.io/ibm-observe/logs-agent-helm --version 1.6.0, the file logs-agent-helm-1.6.0.tgz is downloaded. -
Run the following command to extract the chart files:
tar -xvf logs-agent-helm-{CHART_VERSION}.tgz