Skip to content

Commit

Permalink
chore(deps): update dependency cilium/hubble to v0.11.6
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Jun 8, 2023
1 parent d515de3 commit 4b55b1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions images/cilium/download-hubble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ set -o pipefail
set -o nounset

# renovate: datasource=github-release-attachments depName=cilium/hubble
hubble_version="v0.11.5"
hubble_version="v0.11.6"

declare -A hubble_sha256
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.11.5
hubble_sha256[amd64]="fe369ef1c474f918064603dda8d78fd8550b0f67661f219ae9167a13cd156b2a"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.11.5
hubble_sha256[arm64]="a02dcc2cccaadf795b69a6435f0169b1e1e52c7a8089c00a9f772fd37855873f"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.11.6
hubble_sha256[amd64]="2d2768574351a85770088c9239214cf50cb42461979f116ef20f985eb943b05a"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.11.6
hubble_sha256[arm64]="6c74e702638533ae835110be59d303ee74d4a19498bdb83ad488025684276ffe"

for arch in amd64 arm64 ; do
curl --fail --show-error --silent --location "https://github.com/cilium/hubble/releases/download/${hubble_version}/hubble-linux-${arch}.tar.gz" --output "/tmp/hubble-${arch}.tgz"
Expand Down

0 comments on commit 4b55b1c

Please sign in to comment.