Upgrade
Upgrading the Authorization Hub involves a standard Helm chart upgrade. Follow the steps below to perform an upgrade:
Back up your external PostgreSQL database by creating a snapshot or backup through your provider (AWS RDS, Azure SQL, etc.).
Download the latest Authorization Hub distribution.
tipRead the Preparation section for details.
Navigate to
kubernetes/chartsand 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_MEwith your Authorization Hub hostname.