diff --git a/docs/02-Installation/01-Setup.md b/docs/02-Installation/01-Setup.md index 6413dcea5a..b8ef93514e 100644 --- a/docs/02-Installation/01-Setup.md +++ b/docs/02-Installation/01-Setup.md @@ -97,6 +97,7 @@ helm upgrade --install retina oci://ghcr.io/microsoft/retina/charts/retina \ ```shell VERSION=$( curl -sL https://api.github.com/repos/microsoft/retina/releases/latest | jq -r .name) helm upgrade --install retina oci://ghcr.io/microsoft/retina/charts/retina-hubble \ + --version $VERSION \ --namespace kube-system \ --set os.windows=true \ --set operator.enabled=true \