From 2b5db3b27144580d7b1c5318a6af9929f3744231 Mon Sep 17 00:00:00 2001 From: phantooom Date: Wed, 28 Feb 2024 14:40:32 +0800 Subject: [PATCH] docs: fix helm chart install docs Signed-off-by: phantooom --- charts/gateway-helm/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/gateway-helm/README.md b/charts/gateway-helm/README.md index f5f2b420d21..c2d5f63fe04 100644 --- a/charts/gateway-helm/README.md +++ b/charts/gateway-helm/README.md @@ -27,8 +27,9 @@ Helm's [documentation](https://helm.sh/docs) to get started. Once Helm has been set up correctly, install the chart from dockerhub: ``` shell - helm install eg oci://docker.io/envoyproxy/gateway-helm -n envoy-gateway-system --create-namespace + helm install eg oci://docker.io/envoyproxy/gateway-helm --version v0.0.0-latest -n envoy-gateway-system --create-namespace ``` +You can find all helm chart release in [Dockerhub](https://hub.docker.com/r/envoyproxy/gateway-helm/tags) ### Install from Source Code @@ -45,7 +46,7 @@ To install the eg chart along with Gateway API CRDs and Envoy Gateway CRDs: You can install the eg chart along without Gateway API CRDs and Envoy Gateway CRDs, make sure CRDs exist in Cluster first if you want to skip to install them, otherwise EG may fail to start: ``` shell - helm install eg --create-namespace oci://docker.io/envoyproxy/gateway-helm -n envoy-gateway-system --skip-crds + helm install eg --create-namespace oci://docker.io/envoyproxy/gateway-helm --version v0.0.0-latest -n envoy-gateway-system --skip-crds ``` To uninstall the chart: