You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ The stack will create a local Kubernetes cluster. Each network installation crea
129
129
> Use `obol network list` to see all available networks. Customize installations with flags (e.g., `obol network install ethereum --network=holesky --execution-client=geth`) to create different deployment configurations. After installation, deploy to the cluster with `obol network sync <network>/<id>`.
130
130
131
131
> [!TIP]
132
-
> You can also install arbitrary Helm charts as applications using `obol app install <chart-url>`. Find charts at [Artifact Hub](https://artifacthub.io).
132
+
> You can also install arbitrary Helm charts as applications using `obol app install <chart>`. Find charts at [Artifact Hub](https://artifacthub.io).
133
133
134
134
## Managing Networks
135
135
@@ -276,23 +276,32 @@ The Obol Stack supports installing arbitrary Helm charts as managed applications
276
276
277
277
### Install an Application
278
278
279
-
Install any Helm chart by providing a direct HTTPS URL to a chart `.tgz` file:
279
+
Install any Helm chart using one of the supported reference formats:
280
280
281
281
```bash
282
-
# Install Redis from Bitnami
282
+
# Install using repo/chart format (resolved via ArtifactHub)
0 commit comments