Skip to content

Commit

Permalink
Merge pull request #3677 from twz123/bump-envoy-image
Browse files Browse the repository at this point in the history
[release-1.26] Bump Envoy to v1.24.12
  • Loading branch information
twz123 authored Nov 2, 2023
2 parents 3df0458 + ed369ab commit 8f74e75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ spec:
apiServerBindPort: 7443
image:
image: docker.io/envoyproxy/envoy-distroless
version: v1.24.1
version: v1.24.12
konnectivityServerBindPort: 7132
type: EnvoyProxy
podCIDR: 10.244.0.0/16
Expand Down
2 changes: 1 addition & 1 deletion pkg/constant/constant_shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const (
CoreDNSImage = "docker.io/coredns/coredns"
CoreDNSImageVersion = "1.10.1"
EnvoyProxyImage = "docker.io/envoyproxy/envoy-distroless"
EnvoyProxyImageVersion = "v1.24.1"
EnvoyProxyImageVersion = "v1.24.12"
CalicoImage = "docker.io/calico/cni"
CalicoComponentImagesVersion = "v3.24.5"
CalicoNodeImage = "docker.io/calico/node"
Expand Down

0 comments on commit 8f74e75

Please sign in to comment.