Skip to main content
Version: 26.1

Upgrade

Upgrading the Authorization Hub involves a standard Helm chart upgrade. Follow the steps below to perform an upgrade:

  1. Back up your external PostgreSQL database by creating a snapshot or backup through your provider (AWS RDS, Azure SQL, etc.).

  2. Download the latest Authorization Hub distribution.

    tip

    Read the Preparation section for details.

  3. Navigate to kubernetes/charts and upgrade the Helm chart.

    helm upgrade hub \
    -f hub/values.yaml hub \
    --set registry=748131003707.dkr.ecr.eu-central-1.amazonaws.com/axiomatics/ \
    --set hubHostname=$CHANGE_ME \
    --set 'imagePullSecrets[0].name=regcred'

    Replace $CHANGE_ME with your Authorization Hub hostname.