Skip to content

Commit

Permalink
[release/v0.6] Pin EnvoyProxy and RateLimit images (#2098)
Browse files Browse the repository at this point in the history
* Pin envoyproxy to v1.28

* Pin ratelimit to latest sha commit

Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg authored Oct 28, 2023
1 parent 4cb4547 commit 8b11709
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions api/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:distroless-v1.28-latest"
// DefaultRateLimitImage is the default image used by ratelimit.
DefaultRateLimitImage = "envoyproxy/ratelimit:master"
DefaultRateLimitImage = "envoyproxy/ratelimit:b9796237"
// HTTPProtocol is the common-used http protocol.
HTTPProtocol = "http"
// GRPCProtocol is the common-used grpc protocol.
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:distroless-v1.28-latest
imagePullPolicy: IfNotPresent
name: envoy
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: envoyproxy/envoy-dev:latest
image: envoyproxy/envoy:distroless-v1.28-latest
imagePullPolicy: IfNotPresent
name: envoy
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: envoyproxy/envoy-dev:latest
image: envoyproxy/envoy:distroless-v1.28-latest
imagePullPolicy: IfNotPresent
name: envoy
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: envoyproxy/envoy-dev:latest
image: envoyproxy/envoy:distroless-v1.28-latest
imagePullPolicy: IfNotPresent
name: envoy
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: envoyproxy/envoy-dev:latest
image: envoyproxy/envoy:distroless-v1.28-latest
imagePullPolicy: IfNotPresent
name: envoy
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
value: "/certs/ca.crt"
- name: FORCE_START_WITHOUT_INITIAL_CONFIG
value: "true"
image: envoyproxy/ratelimit:master
image: envoyproxy/ratelimit:b9796237
imagePullPolicy: IfNotPresent
name: envoy-ratelimit
ports:
Expand Down

0 comments on commit 8b11709

Please sign in to comment.