Skip to content

Commit

Permalink
envoy: Bump envoy minor version to v1.29.x
Browse files Browse the repository at this point in the history
Relates: cilium/proxy#660

Signed-off-by: Tam Mach <[email protected]>
  • Loading branch information
sayboras committed Mar 24, 2024
1 parent aefd4ea commit 05e6d4d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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:2b18ce62588975f1a19b490f3149afc88a94e1bb@sha256:c601ffdcf087c4c2e658c01246e240b25fc72805880b19d0b9a9e102757f3e3f
ARG CILIUM_RUNTIME_IMAGE=quay.io/cilium/cilium-runtime:a6ce8fe335c696aa88a5d45d0a810263f9c8449b@sha256:da65d53e6e5c659ec5b15ab1c3ef2f12bc90c619f4170236dc1f6421eeb428be
ARG CILIUM_ENVOY_IMAGE=quay.io/cilium/cilium-envoy:v1.28.1-0a4c2d1a90a7e13116bed4b0c1d4aacaf0e49686@sha256:9c45b847f0d6689b537000257dc26a1db3799fd40cb2d430397fd0aec375a562
ARG CILIUM_ENVOY_IMAGE=quay.io/cilium/cilium-envoy-dev:0de5ff580073af53a18fe000e9fd6c2495ed9476@sha256:195d706e05de81bed76c1494ab639f96cd37a323ed2c154371aafe7a8552867a

# cilium-envoy from github.com/cilium/proxy
#
Expand Down
6 changes: 3 additions & 3 deletions install/kubernetes/Makefile.values
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ export CILIUM_ETCD_OPERATOR_DIGEST:=sha256:04b8327f7f992693c2cb483b999041ed8f92e
export CILIUM_NODEINIT_REPO:=quay.io/cilium/startup-script
export CILIUM_NODEINIT_VERSION:=62093c5c233ea914bfa26a10ba41f8780d9b737f

export CILIUM_ENVOY_REPO:=quay.io/cilium/cilium-envoy
export CILIUM_ENVOY_VERSION:=v1.28.1-0a4c2d1a90a7e13116bed4b0c1d4aacaf0e49686
export CILIUM_ENVOY_DIGEST:=sha256:9c45b847f0d6689b537000257dc26a1db3799fd40cb2d430397fd0aec375a562
export CILIUM_ENVOY_REPO:=quay.io/cilium/cilium-envoy-dev
export CILIUM_ENVOY_VERSION:=0de5ff580073af53a18fe000e9fd6c2495ed9476
export CILIUM_ENVOY_DIGEST:=sha256:195d706e05de81bed76c1494ab639f96cd37a323ed2c154371aafe7

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.

6 changes: 3 additions & 3 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 05e6d4d

Please sign in to comment.