Upgrade
Upgrade only to a supported target version and use the release manifest for the exact chart version and runtime image tags.
Before Upgrading
Section titled “Before Upgrading”- Review release notes, known issues, and migration notes.
- Back up PostgreSQL.
- Save current Helm values and rendered manifests.
- Confirm target runtime images are available in the selected registry.
- Confirm chart dependencies match the target release.
- Confirm operators can roll back if verification fails.
Upgrade Command
Section titled “Upgrade Command”helm upgrade governance-platform oci://ghcr.io/eqtylab/charts/governance-platform \ --version <target-platform-version> \ --namespace governance \ --values values.yaml \ --values secrets.yamlVerify
Section titled “Verify”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.