Upgrading
New releases of the Helm chart are available to view in GitHub. To upgrade your installation, first update the list of versions available to Helm.
helm repo update
To perform an in-place upgrade of the Primary Site software to the latest version, use the following command.
helm upgrade foxglove-primary-site foxglove/primary-site \
--namespace foxglove
To view all available versions, you can use the helm search
command.
helm search repo foxglove --versions
To install a specific version, use the upgrade command with a specific version supplied as an argument.
helm upgrade foxglove-primary-site foxglove/primary-site \
--namespace foxglove \
--version 0.0.44