Upgrade
Applies toSelf-Managed v3
1 min read
On this page
Keep your Ververica Platform deployment current and compatible. These guides cover supported versions and compatibility, and the steps to upgrade the platform and your deployments safely.
General Upgrade Procedure
To upgrade Ververica Platform to a newer version, run the following Helm command, substituting your target version:
BASH
1helm upgrade --install <RELEASE_NAME> \
2 oci://registry.ververica.cloud/platform-charts/ververica-platform \
3 --version <TARGET_VERSION> \
4 --namespace vvp-system \
5 --values values.yamlWarning
Always check the release notes for your target version before upgrading — many releases include additional migration steps (for example, CRD changes or Helm-managed secrets) that must be completed alongside this command.
Was this helpful?