Skip to content

Commit 1b9b6bc

Browse files
author
github-actions
committed
Sync docs from ops-cli repo
1 parent 6fc2191 commit 1b9b6bc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/docs-backup/collect/create.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,10 @@ The manifest records what was attempted and what succeeded:
137137
"tool_version": "1.2.0",
138138
"infrahub_version": "1.5.2",
139139
"environment": "kubernetes",
140+
"edition": "enterprise",
140141
"helm": {
141142
"release_name": "infrahub",
142-
"chart": "infrahub",
143+
"chart": "infrahub-enterprise",
143144
"chart_version": "1.2.3"
144145
},
145146
"log_lines": 100000,
@@ -152,6 +153,8 @@ The manifest records what was attempted and what succeeded:
152153
}
153154
```
154155

156+
The `edition` field reports whether the deployment runs Infrahub Community or Enterprise. On Docker Compose it is classified from the `infrahub-server` container image, and on Kubernetes from the Helm chart name. It is omitted when the edition cannot be determined.
157+
155158
The bundle layout is identical on Docker Compose and Kubernetes. Inside the archive, all files live under a top-level `bundle/` directory:
156159

157160
- `bundle_information.json` - Collection manifest

0 commit comments

Comments
 (0)