Download an Aspen Mesh Platform chart#
Introduction#
Follow the tasks below to manually download an Aspen Mesh Platform chart archive file.
If you need to automate downloading, go to Download an Aspen Mesh Platform chart using a script.
Log in to the Aspen Mesh Artifact Registry with Helm#
Download the Aspen Mesh Platform chart#
In a terminal window on your computer, decide where you want to store the Aspen Mesh Platform chart and change to that directory.
Set the
AM_REPO
environment variable to the address of the Aspen Mesh Artifact Registry:Note
There is only one repository in the Aspen Mesh Artifact Registry, so the address of the registry is also the address of the repository.
$ export AM_REPO=artifacts.aspenmesh.io
Set the
AM_CHART
environment variable to the name of the Aspen Mesh Platform chart for your computer’s operating system.Example
$ export AM_CHART=f5-aspen-mesh-platform-linux
Set the
AM_TAG
environment variable to the version of the Aspen Mesh Platform chart you want to download.Example
$ export AM_TAG=1.21.6-am1
Download the Aspen Mesh Platform chart archive file (for example,
f5-aspen-mesh-platform-linux-1.21.6-am1.tgz
):$ helm pull oci://$AM_REPO/release/$AM_CHART --version $AM_TAG
Extract the Aspen Mesh Platform chart archive file:
$ tar xvf <chartArchiveFilename>
Note
This command creates a directory (for example,
f5-aspen-mesh-platform-linux-1.21.6-am1
), which is referred to as the Aspen Mesh Platform chart directory.