Docs Home
Viewing docs for
Self-ManagedNot available for BYOC

Upgrade

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.yaml
Was this helpful?