Skip to content

Commit

Permalink
chore(deps): update dependency cilium/hubble to v0.11.4
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 Apr 26, 2023
1 parent 16e4b68 commit 8a37d94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions images/cilium/download-hubble.sh
Expand Up @@ -9,13 +9,13 @@ set -o pipefail
set -o nounset

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

declare -A hubble_sha256
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.11.3
hubble_sha256[amd64]="cf1c699bd604cc5cb72219a36658b75ed6c112725c1a905f23f3b143b3bc4224"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.11.3
hubble_sha256[arm64]="f7a651f1ae2b6e3def04039c4fe644d6c291ef335e3c56227500921562e29232"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.11.4
hubble_sha256[amd64]="b12f66ec1100d9669112f6e1217c60542287e41e9cdaaee5536880c8801c540d"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.11.4
hubble_sha256[arm64]="f4dbfc1cdc2c2ed6cdb97989abbb42ca098404751555d0239a6b184249e9eb60"

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 8a37d94

Please sign in to comment.