We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4bc6a commit 14a6f94Copy full SHA for 14a6f94
1 file changed
README.md
@@ -63,7 +63,7 @@ Install cilium hubble:
63
```bash
64
# see https://github.com/cilium/hubble/releases
65
# renovate: datasource=github-releases depName=cilium/hubble
66
-hubble_version='1.17.3'
+hubble_version='1.17.5'
67
hubble_url="https://github.com/cilium/hubble/releases/download/v$hubble_version/hubble-linux-amd64.tar.gz"
68
wget -O- "$hubble_url" | tar xzf - hubble
69
sudo install hubble /usr/local/bin/hubble
0 commit comments