Performing the upgrade using Helm charts
Typical upgrade steps
A lot of the upgrade steps can be performed without impact on your users. Basically, the deployment or upgrade of components is split in two actions:
- 
Configuration changes, such as added or changed configuration parameters, including the new component’s version 
- 
Deployment of the upgraded component, using the helm upgradecommand.
Performing the upgrade using Helm charts
Axual Platform 2023.4 is installed using Axual helm charts version 0.17.3
or previous supported versions.
Upgrade Axual Platform to 0.17.11
- 
Update the Axual helm repository to download the latest charts available helm repo update
- 
Upgrade Axual Platform helm upgrade --install platform axual-stable/platform --version=0.17.11 -n kafka
This command will restart the all axual-platform pods.
Verify the upgrade by checking the pods and their images:
- 
[clusterShortName]-clusterapipod uses image:docker.axual.io/axual/cluster-api:2.4.1
- 
[tenantShortName]-[instanceShortName]-rest-proxypod uses image:docker.axual.io/axual/rest-proxy:1.9.1
- 
[tenantShortName]-[instanceShortName]-schema-registry-masterpod uses image:docker.axual.io/axual/schemaregistry:5.7.1
- 
[tenantShortName]-[instanceShortName]-schema-registry-slavepod uses image:docker.axual.io/axual/schemaregistry:5.7.1
- 
selfservice-apipod uses image:docker.axual.io/axual-api:8.4.6
- 
selfservice-uipod uses image:docker.axual.io/axual/axual-frontend:9.5.2
Once restarted, verify everything is running fine before considering the upgrade done.
That’s it!
No other steps are required to upgrade or configure the platform components.
You can read through the release blog to find out what has changed since the last release and forward it to your colleagues.