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 Apr 16, 2024
1 parent 67164a8 commit 382f6cc
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:780580e3dd8c5b944f3af7e3b094755cfbb1ebf0@sha256:593c25278aed08120f68228c7ebcfad682d9a8baf7225ed0995e85ef42add375
ARG CILIUM_RUNTIME_IMAGE=quay.io/cilium/cilium-runtime:2cac282018cb9f5e552843100a75898aa5f7fe7b@sha256:e0de3859ce3e4e6e867e21d20c6b8097352f4fe3752bd9e1687173e676f65819
ARG CILIUM_ENVOY_IMAGE=quay.io/cilium/cilium-envoy:v1.28.2-b26890d42321dd1ee126ee7e38274f3a675c9a23@sha256:d53a3d10f56d5d629dd2871a6600398d56c3f6040fda5ded8681ff6dbefb4213
ARG CILIUM_ENVOY_IMAGE=quay.io/cilium/cilium-envoy-dev:b07d5f59934804ed0fd3d3e827754b1da0b0339e@sha256:9c75fc0faf27030902f7fe6bfacfab10220fcee896c1a31cb9f3e38ab7ccd6b8

# 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 @@ -44,9 +44,9 @@ export CILIUM_NODEINIT_REPO:=quay.io/cilium/startup-script
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.28.2-b26890d42321dd1ee126ee7e38274f3a675c9a23
export CILIUM_ENVOY_DIGEST:=sha256:d53a3d10f56d5d629dd2871a6600398d56c3f6040fda5ded8681ff6dbefb4213
export CILIUM_ENVOY_REPO:=quay.io/cilium/cilium-envoy-dev
export CILIUM_ENVOY_VERSION:=b07d5f59934804ed0fd3d3e827754b1da0b0339e
export CILIUM_ENVOY_DIGEST:=sha256:9c75fc0faf27030902f7fe6bfacfab10220fcee896c1a31cb9f3e38ab7ccd6b8

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 382f6cc

Please sign in to comment.