Find your installation’s repository
Open your installation in the dashboard. The Source tab shows the clone URL and the latest applied commit.The repository is private and isolated to your workspace. Only authorized workspace members can clone it or submit changes.
What’s inside the repository
You’ll editinputs.yaml (the wizard values) for everyday changes and package.k (composition logic) for advanced ones. manifests/ is rendered output; never edit it. akua.toml and the vendored upstream/ copy round out the layout. For the full file-by-file breakdown and who owns each file, see Installation repositories.
Common edits
Change a value
Editinputs.yaml, commit, and send the change through your normal review path.
manifests/ from the new inputs and rolls out the change to your cluster. The installation status updates as the cluster converges.
Override a single field on a rendered resource
Wheninputs.yaml doesn’t expose what you need, edit package.k. The composition layer lets you patch any field on any resource without forking the upstream package.
Add a resource the upstream doesn’t include
Append it to the_extras list in package.k:
Updating the Package version
When a Package publishes a new version, you can move an installation to that version without losing its inputs. See Package versioning for the review path.Rollbacks
The repository is a normal git history. Roll back by reverting:What Akua overwrites
manifests/ is regenerated whenever Akua accepts and renders a repository change; never edit it by hand. inputs.yaml can be rewritten when a customer changes wizard values from the dashboard, so put changes that must survive customer edits in package.k. package.k, akua.toml, and upstream/ are never overwritten. See how the repository stays in sync for the full model.
Related topics
Customizing inputs
Multi-source values editor and per-install overrides.
Installation repositories
The model behind the per-install git repository.
Package versioning
How commit history maps to installations.
Products
Sellable install configurations.