Skip to content

Commit

Permalink
[release/v0.4] chore: bump envoy proxy to v1.26 (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkodg authored Apr 19, 2023
1 parent 274d221 commit 36839fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config/v1alpha1/shared_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
// DefaultDeploymentMemoryResourceRequests for deployment memory resource
DefaultDeploymentMemoryResourceRequests = "512Mi"
// DefaultEnvoyProxyImage is the default image used by envoyproxy
DefaultEnvoyProxyImage = "envoyproxy/envoy:v1.25-latest"
DefaultEnvoyProxyImage = "envoyproxy/envoy:v1.26-latest"
// DefaultRateLimitImage is the default image used by ratelimit.
DefaultRateLimitImage = "envoyproxy/ratelimit:542a6047"
)
Expand Down

0 comments on commit 36839fd

Please sign in to comment.