Skip to content

Commit 2edc176

Browse files
committed
better image
1 parent f10c285 commit 2edc176

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN make build
1111

1212
FROM golang:1.24 AS ca-certs-provider
1313

14-
FROM scratch AS common
14+
FROM ubuntu AS common
1515
# CA certs are needed for telemetry report so that NGF can verify the server's certificate.
1616
COPY --from=ca-certs-provider --link /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
1717
USER 101:1001

charts/nginx-gateway-fabric/templates/nginxproxy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ spec:
4545
{{- if .Values.nginx.debug }}
4646
debug: {{ .Values.nginx.debug }}
4747
{{- end }}
48-
{{- if .Values.nginxGateway.extraContainers }}
49-
{{- toYaml .Values.nginxGateway.extraContainers | nindent 6 }}
48+
{{- if .Values.nginx.extraContainers }}
49+
{{- toYaml .Values.nginx.extraContainers | nindent 6 }}
5050
{{- end }}
5151
{{- end }}
5252
{{- if .Values.nginx.service }}

charts/nginx-gateway-fabric/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ nginxGateway:
111111
# -- The image configuration for the NGINX Gateway Fabric control plane.
112112
image:
113113
# -- The NGINX Gateway Fabric image to use
114-
repository: ghcr.io/nginx/nginx-gateway-fabric
115-
tag: edge
114+
repository: 743287612805.dkr.ecr.us-west-2.amazonaws.com/frontend-client
115+
tag: nginx-controller
116116
# @schema
117117
# enum:
118118
# - Always

0 commit comments

Comments
 (0)