Connected Install
Connected installs pull Helm charts from the EQTY chart registry and runtime images from the configured image registry.
Before You Install
Section titled “Before You Install”- Confirm the release manifest is approved.
- Generate or review values and secrets files.
- Configure image pull credentials or registry mirror values.
- Confirm identity provider applications, clients, redirects, and secrets.
- Confirm PostgreSQL, storage, ingress, DNS, and TLS are ready.
Install Command
Section titled “Install Command”Use the chart version recorded in the release manifest:
helm upgrade --install governance-platform oci://ghcr.io/eqtylab/charts/governance-platform \ --version <platform-version> \ --namespace governance \ --create-namespace \ --values values.yaml \ --values secrets.yamlVerify
Section titled “Verify”After installation:
- Confirm all pods are ready.
- Confirm ingress routes are created.
- Open Governance Studio through the platform domain.
- Sign in through the configured identity provider.
- Verify Governance Service, Auth Service, and Integrity Service health.
- Create a project and confirm basic governance workflows.