Skip to content

Commit 0cfce1c

Browse files
Merge pull request #128 from agentevals-dev/docs/helm-install
reference OCI chart location instead of local path in docs
2 parents 0fb491c + a9b2ed8 commit 0cfce1c

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,12 +274,16 @@ docker run -p 8001:8001 -p 4317:4317 -p 4318:4318 agentevals
274274

275275
### Helm
276276

277-
A Helm chart is available in [`charts/agentevals/`](charts/agentevals/):
277+
The Helm chart is published as an OCI artifact to GitHub Container Registry:
278278

279279
```bash
280-
helm install agentevals ./charts/agentevals
280+
helm install agentevals oci://ghcr.io/agentevals-dev/agentevals/helm/agentevals
281281
```
282282

283+
Pass `--version <x.y.z>` to pin to a specific release. Available versions are listed under [packages](https://github.com/agentevals-dev/agentevals/pkgs/container/agentevals%2Fhelm%2Fagentevals).
284+
285+
The source for the chart lives in [`charts/agentevals/`](charts/agentevals/) if you want to install from a local checkout instead.
286+
283287
See the [Kubernetes example](examples/kubernetes/README.md) for an end-to-end walkthrough deploying agentevals alongside kagent and an OTel Collector on Kubernetes.
284288

285289
## MCP Server

examples/kubernetes/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ kagent (gRPC :4317) --> OTel Collector( optional ) --> agentevals (gRPC :4317 /
2525
### 1. agentevals
2626

2727
```bash
28-
helm install agentevals ./charts/agentevals \
29-
--set tag=0.6.3
28+
helm install agentevals oci://ghcr.io/agentevals-dev/agentevals/helm/agentevals
3029
```
3130

3231
This creates a single pod exposing:

0 commit comments

Comments
 (0)