Skip to content

Commit 3f56eff

Browse files
committed
Update envoy to v1.33.2
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
1 parent b7a7917 commit 3f56eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/images/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package images
22

33
var Images = map[string]string{
4-
"proxy": "docker.io/envoyproxy/envoy:v1.30.1", // proxy defines the loadbalancer image:tag
4+
"proxy": "docker.io/envoyproxy/envoy:v1.33.2", // proxy defines the loadbalancer image:tag
55
}

0 commit comments

Comments
 (0)