Skip to content

Commit

Permalink
envoy: update to latest version
Browse files Browse the repository at this point in the history
This commit updates Envoy (Cilium Proxy) to the latest version from
(`ciilum/proxy` - `main`) that includes support to keep the capability
`NET_BIND_SERVICE`.

Relates to: cilium/proxy#650

Signed-off-by: Marco Hofstetter <[email protected]>
  • Loading branch information
mhofstetter committed Apr 24, 2024
1 parent 59d7584 commit 262b680
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Documentation/helm-values.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion images/cilium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

ARG CILIUM_BUILDER_IMAGE=quay.io/cilium/cilium-builder:bcf26b2fb0be1bccdb0bacf0c29fcb5530eb5997@sha256:45e22e685599cfdfbf9d2f0fce9635b3fc599f97c23dc541351d637e9563127c
ARG CILIUM_RUNTIME_IMAGE=quay.io/cilium/cilium-runtime:0615d2db1a5616db6ebe0d467da69bfc2b552427@sha256:60d433ea2d8cbe9712205323fe00cfd76a210ef0115216dbdd9f22603136e9a4
ARG CILIUM_ENVOY_IMAGE=quay.io/cilium/cilium-envoy:v1.29.4-fe3f52ea52e1a28e4c2cd295b0884fd697bb9e69@sha256:f48e6e65252f2ff53e8ae91e6521c2ae9ed747e8998e1b9dfc83a2664de3dc35
ARG CILIUM_ENVOY_IMAGE=quay.io/cilium/cilium-envoy:v1.29.4-682395d1f48af706f64eab70d191daad64dbaf42@sha256:c4205b788a64a8abd1111b3324b9eafab1c9893072a15b11aa29861b11d6f77e

# cilium-envoy from github.com/cilium/proxy
#
Expand Down
4 changes: 2 additions & 2 deletions install/kubernetes/Makefile.values
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export CILIUM_NODEINIT_VERSION:=62093c5c233ea914bfa26a10ba41f8780d9b737f
export CILIUM_NODEINIT_DIGEST:=sha256:e1d442546e868db1a3289166c14011e0dbd32115b338b963e56f830972bc22a2

export CILIUM_ENVOY_REPO:=quay.io/cilium/cilium-envoy
export CILIUM_ENVOY_VERSION:=v1.29.4-fe3f52ea52e1a28e4c2cd295b0884fd697bb9e69
export CILIUM_ENVOY_DIGEST:=sha256:f48e6e65252f2ff53e8ae91e6521c2ae9ed747e8998e1b9dfc83a2664de3dc35
export CILIUM_ENVOY_VERSION:=v1.29.4-682395d1f48af706f64eab70d191daad64dbaf42
export CILIUM_ENVOY_DIGEST:=sha256:c4205b788a64a8abd1111b3324b9eafab1c9893072a15b11aa29861b11d6f77e

export HUBBLE_UI_BACKEND_REPO:=quay.io/cilium/hubble-ui-backend
export HUBBLE_UI_BACKEND_VERSION:=v0.13.0
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/cilium/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions install/kubernetes/cilium/values.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 262b680

Please sign in to comment.