Upgrading Protegrity Synthetic Data

Upgrade from the previous version.

This section describes how to upgrade Protegrity Synthetic Data to the latest version.

Note: If upgrading across major versions, review the release notes for any breaking changes before proceeding.

  1. Upgrade Protegrity Synthetic Data by running helm upgrade with the new --version value.

    Note: Passwords are preserved during upgrades. Omit the --set database.auth.* flags.

    helm upgrade synthetic-data \
      oci://registry.protegrity.com/synthetic-data/helm/synthetic-data \
      --version <NEW_VERSION> \
      --namespace synthetic-data-ns \
      --values <VALUES_FILE>
    
  2. After upgrading, verify that all pods are in the Running state:

    kubectl get pods -n synthetic-data-ns
    

Last modified : July 29, 2026