Skip to content

Commit

Permalink
chore(deps): update hubble cli to v0.13.0
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 aanm committed Jan 24, 2024
1 parent d15bbc3 commit ce71f3a
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.12.3@sha256:4063c45a4e88b4e35b4a79e222f158315d7ab21f986f6ddcbf97cbc52e6865d1
image: quay.io/cilium/hubble:v0.13.0@sha256:eaf525154267394e4fb6b0d0069303830cc70115ca615f683f716575ae5ce9ac
imagePullPolicy: IfNotPresent
command:
- tail
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.12.3"
hubble_version="v0.13.0"

declare -A hubble_sha256
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.12.3
hubble_sha256[amd64]="f87b0ce1b0264d9a6218609e7df20003e0667d3183ae6d4a77a702bb14f19b63"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.12.3
hubble_sha256[arm64]="2d1491cdaf594f0bd0d45d70d815c2526e379d47e40274650474dbd27c192e06"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.13.0
hubble_sha256[amd64]="33d06c144ab39b3966d815f9bf2474c331fc32b1ee52d1c2f559f0443dcdfc9a"
# renovate: datasource=github-release-attachments depName=cilium/hubble digestVersion=v0.13.0
hubble_sha256[arm64]="1c4a2d2acec14d3d1d52e51b1723608d7dfd54dc77d483be71e7774c9f870ec8"

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 ce71f3a

Please sign in to comment.