Skip to content

Commit

Permalink
Merge branch 'release/v0.6' into v0.6-docs
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <arkodg@users.noreply.github.com>
  • Loading branch information
arkodg authored Oct 28, 2023
2 parents 5d43422 + 8b11709 commit 8710cb6
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 8710cb6

Please sign in to comment.