Getting Started
Currently, Akuity will send new Self Hosted Platform customers a link to a document containing instructions for installing the Self Hosted Platform. We are actively working on moving that documentation here! Along with those instructions will be a login token for our Self Hosted registry. Login instructions are below.
Logging into the registry
export DOCKER_PASSWORD=<registry_key>
helm registry login us-docker.pkg.dev -u _json_key_base64 -p $DOCKER_PASSWORD
helm pull oci://us-docker.pkg.dev/akuity/akp-sh/charts/akuity-platform --untar
Changelogs
You can find the changelogs for the Self Hosted Platform in the changelog section of the documentation.