Skip to content

Commit

Permalink
chore(deps): update dependency cilium/hubble to v0.13.3
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored and michi-covalent committed May 10, 2024
1 parent 0da57b0 commit d2c2a37
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.13.2"
hubble_version="v0.13.3"

declare -A hubble_sha256
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.13.2
hubble_sha256[amd64]="d4872683bc2da5d1175b544452845c56be169c8fef0768d9bd5d710add64bd6b"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.13.2
hubble_sha256[arm64]="0eb69c778e6d64f5587ed5151ebf8d2e85bee23ae4a26282cccc6a97af3f8ad3"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.13.3
hubble_sha256[amd64]="864a6d296dd0662e389076929f1fb82a487fee3f0842c3394c3a88887e8c0cf4"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.13.3
hubble_sha256[arm64]="b696707b4f6abd1b0d4bccedc6246434315a9bbe92633e43fe03c20d66be114f"

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 d2c2a37

Please sign in to comment.