Skip to content

Commit

Permalink
fix(doc): Add missing --version for Hubble chart install
Browse files Browse the repository at this point in the history
  • Loading branch information
SRodi committed Jan 22, 2025
1 parent 8fb1c57 commit d895cd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/02-Installation/01-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d895cd1

Please sign in to comment.