Skip to content

Commit

Permalink
chore(deps): update hubble cli 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 aditighag committed Apr 22, 2024
1 parent 19879d4 commit db7b528
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/hubble/hubble-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: hubble-cli
image: quay.io/cilium/hubble:v0.13.2@sha256:750dd97539b20c526f7646e4de56726106abc25dd0cc0dc9b367adfe18db52b4
image: quay.io/cilium/hubble:v0.13.3@sha256:480d0cc0d544de22f3347d323a55c6c12d3f84b0d84500f7cd0efb465ce866cc
imagePullPolicy: IfNotPresent
env:
- name: HUBBLE_SERVER
Expand Down
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 db7b528

Please sign in to comment.