Skip to content

Commit

Permalink
[release/v0.5] Bump Envoy Proxy and RateLimit (#1728)
Browse files Browse the repository at this point in the history
* Bumped Envoy Proxy to `v1.27`
https://www.envoyproxy.io/docs/envoy/v1.27.0/version_history/v1.27/v1.27.0

* Bumped Envoy RateLimit to `e059638d`
https://hub.docker.com/r/envoyproxy/ratelimit/tags

Fixes: #1716

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg authored Jul 31, 2023
1 parent 89d16a6 commit c303835
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions api/config/v1alpha1/shared_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,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.27-latest"
// DefaultRateLimitImage is the default image used by ratelimit.
DefaultRateLimitImage = "envoyproxy/ratelimit:master"
DefaultRateLimitImage = "envoyproxy/ratelimit:e059638d"
)

// GroupVersionKind unambiguously identifies a Kind.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: envoyproxy/envoy-dev:latest
image: envoyproxy/envoy:v1.27-latest
imagePullPolicy: IfNotPresent
name: envoy
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: envoyproxy/envoy-dev:latest
image: envoyproxy/envoy:v1.27-latest
imagePullPolicy: IfNotPresent
name: envoy
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: envoyproxy/envoy-dev:latest
image: envoyproxy/envoy:v1.27-latest
imagePullPolicy: IfNotPresent
name: envoy
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: envoyproxy/envoy-dev:latest
image: envoyproxy/envoy:v1.27-latest
imagePullPolicy: IfNotPresent
name: envoy
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
value: "/certs/tls.key"
- name: CONFIG_GRPC_XDS_SERVER_TLS_CACERT
value: "/certs/ca.crt"
image: envoyproxy/ratelimit:master
image: envoyproxy/ratelimit:e059638d
imagePullPolicy: IfNotPresent
name: envoy-ratelimit
ports:
Expand Down

0 comments on commit c303835

Please sign in to comment.