Skip to content

Commit fbc97dd

Browse files
chore(deps): update all-dependencies
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
1 parent 6491917 commit fbc97dd

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Documentation/helm-values.rst

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/cilium/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG CILIUM_RUNTIME_IMAGE=quay.io/cilium/cilium-runtime:60deba35baf009a40213fdd9f
66
#
77
# cilium-envoy from github.com/cilium/proxy
88
#
9-
FROM quay.io/cilium/cilium-envoy:v1.30.6-1729774282-0fdfdb63f28d1701595e9374931c4c570a7f8771@sha256:668b7a20971ff54b0e6d82a9019f608cee670515912fcacec48136b04252453e as cilium-envoy
9+
FROM quay.io/cilium/cilium-envoy:v1.30.7-1730239547-90b7953f5b6ffe617fa630d42ea6d5b65fba1b9e@sha256:d7db101d856c478a497fc79fab3ce3c732221e80fdf37bfe001672acb155d164 as cilium-envoy
1010

1111
#
1212
# Hubble CLI

images/hubble-relay/download-grpc-health-probe.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ set -o pipefail
99
set -o nounset
1010

1111
# renovate: datasource=github-release-attachments depName=grpc-ecosystem/grpc-health-probe
12-
grpc_health_probe_version="v0.4.34"
12+
grpc_health_probe_version="v0.4.35"
1313

1414
declare -A grpc_health_probe_sha256
15-
# renovate: datasource=github-release-attachments depName=grpc-ecosystem/grpc-health-probe digestVersion=v0.4.34
16-
grpc_health_probe_sha256[amd64]="3ddaf85583613c97693e9b8aaa251dac07e73e366e159a7ccadbcf553117fcef"
17-
# renovate: datasource=github-release-attachments depName=grpc-ecosystem/grpc-health-probe digestVersion=v0.4.34
18-
grpc_health_probe_sha256[arm64]="5e17ff4c055f075b58a1cd7ec37843d989cd0072340222a4fd0730773382027e"
15+
# renovate: datasource=github-release-attachments depName=grpc-ecosystem/grpc-health-probe digestVersion=v0.4.35
16+
grpc_health_probe_sha256[amd64]="7e98a938983343b00c09a04faf13be0a2cb77fb476410ebca99721598fa2499f"
17+
# renovate: datasource=github-release-attachments depName=grpc-ecosystem/grpc-health-probe digestVersion=v0.4.35
18+
grpc_health_probe_sha256[arm64]="43b381aabf5e1f6b2636558b78dfa169ba5b0edb18b031ebbe71558ac82e8789"
1919

2020
for arch in amd64 arm64 ; do
2121
curl --fail --show-error --silent --location "https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${grpc_health_probe_version}/grpc_health_probe-linux-${arch}" --output "/tmp/grpc_health_probe-${arch}"

install/kubernetes/Makefile.values

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ export CILIUM_NODEINIT_DIGEST:=sha256:8d7b41c4ca45860254b3c19e20210462ef89479bb6
4949

5050
# renovate: datasource=docker
5151
export CILIUM_ENVOY_REPO:=quay.io/cilium/cilium-envoy
52-
export CILIUM_ENVOY_VERSION:=v1.30.6-1729774282-0fdfdb63f28d1701595e9374931c4c570a7f8771
53-
export CILIUM_ENVOY_DIGEST:=sha256:668b7a20971ff54b0e6d82a9019f608cee670515912fcacec48136b04252453e
52+
export CILIUM_ENVOY_VERSION:=v1.30.7-1730239547-90b7953f5b6ffe617fa630d42ea6d5b65fba1b9e
53+
export CILIUM_ENVOY_DIGEST:=sha256:d7db101d856c478a497fc79fab3ce3c732221e80fdf37bfe001672acb155d164
5454

5555
# renovate: datasource=docker
5656
export HUBBLE_UI_BACKEND_REPO:=quay.io/cilium/hubble-ui-backend

install/kubernetes/cilium/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/kubernetes/cilium/values.yaml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)