Skip to content

Upgrade

Upgrade only to a supported target version and use the release manifest for the exact chart version and runtime image tags.

  1. Review release notes, known issues, and migration notes.
  2. Back up PostgreSQL.
  3. Save current Helm values and rendered manifests.
  4. Confirm target runtime images are available in the selected registry.
  5. Confirm chart dependencies match the target release.
  6. Confirm operators can roll back if verification fails.
Terminal window
helm upgrade governance-platform oci://ghcr.io/eqtylab/charts/governance-platform \
--version <target-platform-version> \
--namespace governance \
--values values.yaml \
--values secrets.yaml

After upgrade:

  • Confirm all pods are ready.
  • Confirm service health.
  • Sign in to Governance Studio.
  • Verify project, policy, declaration, indicator, and lineage workflows as applicable.
  • Review logs for migration or authentication errors.