Import an existing OCI

This is the same README you will find in the matching demo Space in Hub. It explains why the Space exists, what problem it demonstrates, and what to inspect first. View source markdown.

Generated at: 2026-07-30T12:38:02.000Z UTC · source: generated README for this demo Space, built from committed helm-expt evidence.

A public OCI containing five reviewed NGINX objects becomes a ConfigHub base without rerendering Helm.

Start here when you open this Space in Hub. This page explains the problem this example is meant to show, what to inspect, why it matters, and where the evidence lives.

Why this example exists

An OCI package can already contain the exact configuration a team reviewed. ConfigHub should accept that artifact without asking the team to rerun its source tool.

This example makes the boundary visible: OCI comes in, ConfigHub records the objects, and later operations can build from that base.

What this example shows

Where each setting comes from

PlaceWhat this Space records
Starting configurationThe public OCI records the reviewed NGINX objects and the one intended change: Deployment/nginx spec.replicas moved from three to four.
ConfigHub changesThis base contains the five objects imported from the OCI. No field was changed during upload.
Install workThe Deployment still refers to nginx/ai-provider-credentials. Supply that Secret before deployment; it is not stored in the public artifact.
Live clusterNo cluster apply or workload observation has run for this specific imported base.

If an upstream change and a local ConfigHub revision touch the same field, review the overlap before promotion.

What to inspect in Hub

Evidence and source

Limits