Upgrading Streaming and Governance Charts to 2026.2
Changes in version 2026.2
-
Read the Release Blog
-
Check the Axual 2026.2 Release Notes for more details
General prerequisites
Before you upgrade to 2026.2, please make sure:
-
You are performing the deployment with any of the following Axual Streaming 2026.1 versions
-
Axual Streaming Charts
1.6.xseries
-
-
You are performing the deployment with any of the following Axual Governance 2026.1 versions
-
Axual Governance Charts
1.4.xseries
-
-
You are running kubernetes version
1.24.xor 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
Upgrade Axual Streaming to 2.0.0
Start with Axual Streaming 2026.1 being installed using Axual Streaming Charts of the 1.6.x series.
Use the general upgrade steps for upgrading best-practices.
|
Your existing Apicurio Registry v2 is unaffected by this upgrade — it keeps its |
|
Axual Streaming Charts
|
Perform the upgrade:
-
Update the Axual helm repository to download the latest charts available
helm repo update -
Upgrade the Axual Streaming installation
helm upgrade --install streaming oci://registry.axual.io/axual-charts/axual-streaming --version=2.0.0 -n kafka -f values.yaml
This command will restart all streaming pods.
Once restarted, verify everything is running fine before considering the upgrade done.
Apicurio v2 remains supported in 2026.2 and will be removed in 2026.3. You are encouraged to upgrade to Apicurio Registry v3 during this release. v2 runs alongside v3 so schema reads stay up with zero downtime while you upgrade.
Axual Governance Charts
Start from Axual Governance 2026.1 installed using Axual Governance Charts series 1.4.x.
Use the general upgrade steps for upgrading best-practices.
Performing the Upgrade
-
Update the Axual helm repository to download the latest charts available
helm repo update -
Upgrade the Axual Governance installation
helm upgrade --install governance oci://registry.axual.io/axual-charts/axual-governance --version=1.5.0 -n kafka
This command will restart all governance pods.
Once restarted, verify everything is running fine before considering the upgrade done.
You can follow the Post upgrade section to enable new features.
Post upgrade
Upgrade to Apicurio Registry v3
Axual Streaming 2.0.0 includes Apicurio Registry v3 while Apicurio Registry v2 remains supported for this release.
Upgrading the Apicurio Registry from v2 to v3 — export/import, traffic cutover, rollback and troubleshooting — is a self-contained procedure documented on its own page:
Apicurio Registry v2 deployment is supported in 2026.2 and will be removed in 2026.3, so you are encouraged to complete the upgrade during this release.