Upgrading Protegrity Anonymization

Upgrade from the previous version.

This section describes how to upgrade Protegrity Anonymization to the latest version.

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

  1. Run helm upgrade with the new --version value.

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

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

    kubectl get pods -n anon-ns
    

Last modified : July 28, 2026