Skip to content

Commit fb9c972

Browse files
authored
docs: mention the commit-hash-tagged helm chart (#1355)
**Description** Closes #1350 --------- Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent 9b633be commit fb9c972

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

site/docs/getting-started/installation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ helm upgrade -i aieg oci://docker.io/envoyproxy/ai-gateway-helm \
2222
kubectl wait --timeout=2m -n envoy-ai-gateway-system deployment/ai-gateway-controller --for=condition=Available
2323
```
2424

25+
:::tip
26+
Note that you are browsing the documentation for the main branch version of Envoy AI Gateway, which is not a stable release.
27+
We highly recommend you replace `v0.0.0-latest` with `v0.0.0-${commit hash of https://github.com/envoyproxy/ai-gateway}` to pin to a specific version.
28+
Otherwise, the controller will be installed with the latest version at the time of installation, which can be unstable over time due to ongoing development (the latest container tags are overwritten).
29+
:::
30+
2531
> If you are experiencing network issues with `docker.io` , you can install the helm chart from the code repo [ai-gateway-helm](https://github.com/envoyproxy/ai-gateway/tree/main/manifests/charts/ai-gateway-helm) instead.
2632
2733
### Installing CRDs separately

0 commit comments

Comments
 (0)