Upgrading with Streaming and Governance Charts
Changes in version 2024.4
-
Read the Release Blog
-
Check the Axual 2024.4 Release Notes for more details
General prerequisites
Before you upgrade to 2024.4, please make sure:
-
you are performing the deployment with any of the following Axual Streaming 2024.3 versions
-
Axual Streaming Charts
1.0.x
series
-
-
you are performing the deployment with any of the following Axual Governance 2024.3 versions
-
Axual Governance Charts
0.5.x
series
-
-
you are running kubernetes version
1.24.x
or later -
you are not overriding any components' versions (search for
tag:
overrides in yourvalues.yaml
)
You can upgrade each part of the Axual Platform independently, we suggest starting from the Streaming and then move to the Governance.
Performing the upgrade
Use the general upgrade steps for upgrading best-practice.
Axual Streaming Charts
Start from Axual Streaming 2024.3 installed using Axual Streaming Charts of the 1.0.x
series.
-
Update the Axual helm repository to download the latest charts available
helm repo update
-
Upgrade the Axual Streaming installation
helm upgrade --install streaming axual-stable/axual-streaming --version=1.1.1 -n kafka
This command will restart all streaming
pods.
Once restarted, verify everything is running fine before considering the upgrade done.
Axual Governance Charts
Start from Axual Governance 2024.3 installed using Axual Governance Charts of the 0.5.x
series.
-
Update the Axual helm repository to download the latest charts available
helm repo update
-
Upgrade the Axual Governance installation
helm upgrade --install governance axual-stable/axual-governance --version=0.6.3 -n kafka
This command will restart all governance
pods.
Once restarted, verify everything is running fine before considering the upgrade done.