Skip to content

Commit

Permalink
0.4.0-rc.1: Pin Envoy Proxy and Envoy Ratelimit for release (#1305)
Browse files Browse the repository at this point in the history
0.4.0-rc.1: pin envoy and ratelimit

Signed-off-by: AliceProxy <alicewasko@datawire.io>
  • Loading branch information
AliceProxy committed Apr 13, 2023
1 parent 6baaaf1 commit 274d221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/config/v1alpha1/shared_types.go
Expand Up @@ -15,9 +15,9 @@ const (
// DefaultDeploymentMemoryResourceRequests for deployment memory resource
DefaultDeploymentMemoryResourceRequests = "512Mi"
// DefaultEnvoyProxyImage is the default image used by envoyproxy
DefaultEnvoyProxyImage = "envoyproxy/envoy-dev:latest"
DefaultEnvoyProxyImage = "envoyproxy/envoy:v1.25-latest"
// DefaultRateLimitImage is the default image used by ratelimit.
DefaultRateLimitImage = "envoyproxy/ratelimit:master"
DefaultRateLimitImage = "envoyproxy/ratelimit:542a6047"
)

// GroupVersionKind unambiguously identifies a Kind.
Expand Down

0 comments on commit 274d221

Please sign in to comment.