Skip to content

Commit

Permalink
install: Remove hardcoded envoy init image in kgateway chart
Browse files Browse the repository at this point in the history
This was a temporary hack needed until kgateway-dev#10499 landed in main.

Signed-off-by: timflannagan <timflannagan@gmail.com>
  • Loading branch information
timflannagan committed Jan 24, 2025
1 parent 9eeccd8 commit 0bf312e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions install/helm/kgateway/templates/gatewayparameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@ spec:
deployment:
replicas: {{ .Values.replicaCount }}
envoyContainer:
# See https://github.com/kgateway-dev/kgateway/issues/10491.
image:
registry: quay.io/solo-io
repository: gloo-envoy-wrapper
tag: 1.18.5
# image:
# registry: {{ .Values.gateway.envoyContainer.image.registry }}
# repository: {{ .Values.gateway.envoyContainer.image.repository }}
# tag: {{ .Values.gateway.envoyContainer.image.tag | default .Chart.Version }}
registry: {{ .Values.gateway.envoyContainer.image.registry }}
repository: {{ .Values.gateway.envoyContainer.image.repository }}
tag: {{ .Values.gateway.envoyContainer.image.tag | default .Chart.Version }}
{{- with .Values.gateway.envoyContainer.securityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 0bf312e

Please sign in to comment.