Skip to content

Commit

Permalink
[release/v1.1] Pin ratelimit image to 26f28d78 (envoyproxy#4088)
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg authored Sep 5, 2024
1 parent d5da74f commit e138872
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 10 deletions.
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:master"` | |
| global.images.ratelimit.image | string | `"docker.io/envoyproxy/ratelimit:26f28d78"` | |
| global.images.ratelimit.pullPolicy | string | `"IfNotPresent"` | |
| global.images.ratelimit.pullSecrets | list | `[]` | |
| kubernetesClusterDomain | string | `"cluster.local"` | |
Expand Down
2 changes: 0 additions & 2 deletions charts/gateway-helm/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ provider:
container:
{{- if .Values.global.images.ratelimit.image }}
image: {{ .Values.global.images.ratelimit.image }}
{{- else }}
image: "docker.io/envoyproxy/ratelimit:master"
{{- end }}
{{- with .Values.global.images.ratelimit.pullSecrets }}
pod:
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:master"
image: "docker.io/envoyproxy/ratelimit:26f28d78"
# Specify image pull policy if default behavior isn't desired.
# Default behavior: latest images will be Always else IfNotPresent.
pullPolicy: IfNotPresent
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:master"` | |
| global.images.ratelimit.image | string | `"docker.io/envoyproxy/ratelimit:26f28d78"` | |
| 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:master"` | |
| global.images.ratelimit.image | string | `"docker.io/envoyproxy/ratelimit:26f28d78"` | |
| 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:master
image: docker.io/envoyproxy/ratelimit:26f28d78
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:master
image: docker.io/envoyproxy/ratelimit:26f28d78
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:master
image: docker.io/envoyproxy/ratelimit:26f28d78
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:master
image: docker.io/envoyproxy/ratelimit:26f28d78
patch:
type: StrategicMerge
value:
Expand Down

0 comments on commit e138872

Please sign in to comment.