Skip to content

Connected Install

Connected installs pull Helm charts from the EQTY chart registry and runtime images from the configured image registry.

  1. Confirm the release manifest is approved.
  2. Generate or review values and secrets files.
  3. Configure image pull credentials or registry mirror values.
  4. Confirm identity provider applications, clients, redirects, and secrets.
  5. Confirm PostgreSQL, storage, ingress, DNS, and TLS are ready.

Use the chart version recorded in the release manifest:

Terminal window
helm upgrade --install governance-platform oci://ghcr.io/eqtylab/charts/governance-platform \
--version <platform-version> \
--namespace governance \
--create-namespace \
--values values.yaml \
--values secrets.yaml

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.