Skip to content

Commit

Permalink
[release/v1.1] Bump ratelimit to 49af5cca (envoyproxy#4752)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkodg authored Nov 21, 2024
1 parent 72de629 commit 006c6ae
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/shared_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
// DefaultShutdownManagerImage is the default image used for the shutdown manager.
DefaultShutdownManagerImage = "envoyproxy/gateway-dev:latest"
// DefaultRateLimitImage is the default image used by ratelimit.
DefaultRateLimitImage = "envoyproxy/ratelimit:91484c59"
DefaultRateLimitImage = "docker.io/envoyproxy/ratelimit:49af5cca"
// HTTPProtocol is the common-used http protocol.
HTTPProtocol = "http"
// GRPCProtocol is the common-used grpc protocol.
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ To uninstall the chart:
| global.images.envoyGateway.image | string | `nil` | |
| global.images.envoyGateway.pullPolicy | string | `nil` | |
| global.images.envoyGateway.pullSecrets | list | `[]` | |
| global.images.ratelimit.image | string | `"docker.io/envoyproxy/ratelimit:26f28d78"` | |
| global.images.ratelimit.image | string | `"docker.io/envoyproxy/ratelimit:49af5cca"` | |
| global.images.ratelimit.pullPolicy | string | `"IfNotPresent"` | |
| global.images.ratelimit.pullSecrets | list | `[]` | |
| kubernetesClusterDomain | string | `"cluster.local"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway-helm/values.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ global:
pullSecrets: []
ratelimit:
# This is the full image name including the hub, repo, and tag.
image: "docker.io/envoyproxy/ratelimit:26f28d78"
image: "docker.io/envoyproxy/ratelimit:49af5cca"
# Specify image pull policy if default behavior isn't desired.
# Default behavior: latest images will be Always else IfNotPresent.
pullPolicy: IfNotPresent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
value: tcp
- name: REDIS_URL
value: redis.redis.svc:6379
image: envoyproxy/ratelimit:91484c59
image: docker.io/envoyproxy/ratelimit:49af5cca
imagePullPolicy: IfNotPresent
name: envoy-ratelimit
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
value: tcp
- name: REDIS_URL
value: redis.redis.svc:6379
image: envoyproxy/ratelimit:91484c59
image: docker.io/envoyproxy/ratelimit:49af5cca
imagePullPolicy: IfNotPresent
name: envoy-ratelimit
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
value: "0.6"
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://trace-collector.envoy-gateway-system.svc.cluster.local:4317
image: envoyproxy/ratelimit:91484c59
image: docker.io/envoyproxy/ratelimit:49af5cca
imagePullPolicy: IfNotPresent
name: envoy-ratelimit
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
value: "1.0"
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://trace-collector.envoy-gateway-system.svc.cluster.local:4318
image: envoyproxy/ratelimit:91484c59
image: docker.io/envoyproxy/ratelimit:49af5cca
imagePullPolicy: IfNotPresent
name: envoy-ratelimit
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
value: tcp
- name: REDIS_URL
value: redis.redis.svc:6379
image: envoyproxy/ratelimit:91484c59
image: docker.io/envoyproxy/ratelimit:49af5cca
imagePullPolicy: IfNotPresent
name: envoy-ratelimit
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
value: tcp
- name: REDIS_URL
value: redis.redis.svc:6379
image: envoyproxy/ratelimit:91484c59
image: docker.io/envoyproxy/ratelimit:49af5cca
imagePullPolicy: IfNotPresent
name: envoy-ratelimit
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
value: tcp
- name: REDIS_URL
value: redis.redis.svc:6379
image: envoyproxy/ratelimit:91484c59
image: docker.io/envoyproxy/ratelimit:49af5cca
imagePullPolicy: IfNotPresent
name: envoy-ratelimit
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
value: tcp
- name: REDIS_URL
value: redis.redis.svc:6379
image: envoyproxy/ratelimit:91484c59
image: docker.io/envoyproxy/ratelimit:49af5cca
imagePullPolicy: IfNotPresent
name: envoy-ratelimit
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
value: tcp
- name: REDIS_URL
value: redis.redis.svc:6379
image: envoyproxy/ratelimit:91484c59
image: docker.io/envoyproxy/ratelimit:49af5cca
imagePullPolicy: IfNotPresent
name: envoy-ratelimit
ports:
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/latest/install/gateway-helm-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The Helm chart for Envoy Gateway
| global.images.envoyGateway.image | string | `nil` | |
| global.images.envoyGateway.pullPolicy | string | `nil` | |
| global.images.envoyGateway.pullSecrets | list | `[]` | |
| global.images.ratelimit.image | string | `"docker.io/envoyproxy/ratelimit:26f28d78"` | |
| global.images.ratelimit.image | string | `"docker.io/envoyproxy/ratelimit:49af5cca"` | |
| global.images.ratelimit.pullPolicy | string | `"IfNotPresent"` | |
| global.images.ratelimit.pullSecrets | list | `[]` | |
| kubernetesClusterDomain | string | `"cluster.local"` | |
Expand Down
2 changes: 1 addition & 1 deletion site/content/zh/latest/install/gateway-helm-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The Helm chart for Envoy Gateway
| global.images.envoyGateway.image | string | `nil` | |
| global.images.envoyGateway.pullPolicy | string | `nil` | |
| global.images.envoyGateway.pullSecrets | list | `[]` | |
| global.images.ratelimit.image | string | `"docker.io/envoyproxy/ratelimit:26f28d78"` | |
| global.images.ratelimit.image | string | `"docker.io/envoyproxy/ratelimit:49af5cca"` | |
| global.images.ratelimit.pullPolicy | string | `"IfNotPresent"` | |
| global.images.ratelimit.pullSecrets | list | `[]` | |
| kubernetesClusterDomain | string | `"cluster.local"` | |
Expand Down
2 changes: 1 addition & 1 deletion test/helm/gateway-helm/control-plane-with-pdb.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ data:
kubernetes:
rateLimitDeployment:
container:
image: docker.io/envoyproxy/ratelimit:26f28d78
image: docker.io/envoyproxy/ratelimit:49af5cca
patch:
type: StrategicMerge
value:
Expand Down
2 changes: 1 addition & 1 deletion test/helm/gateway-helm/default-config.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data:
kubernetes:
rateLimitDeployment:
container:
image: docker.io/envoyproxy/ratelimit:26f28d78
image: docker.io/envoyproxy/ratelimit:49af5cca
patch:
type: StrategicMerge
value:
Expand Down
2 changes: 1 addition & 1 deletion test/helm/gateway-helm/deployment-custom-topology.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data:
kubernetes:
rateLimitDeployment:
container:
image: docker.io/envoyproxy/ratelimit:26f28d78
image: docker.io/envoyproxy/ratelimit:49af5cca
patch:
type: StrategicMerge
value:
Expand Down
2 changes: 1 addition & 1 deletion test/helm/gateway-helm/deployment-images-config.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data:
kubernetes:
rateLimitDeployment:
container:
image: docker.io/envoyproxy/ratelimit:26f28d78
image: docker.io/envoyproxy/ratelimit:49af5cca
patch:
type: StrategicMerge
value:
Expand Down

0 comments on commit 006c6ae

Please sign in to comment.