File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
charts/nginx-gateway-fabric Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN make build
1111
1212FROM 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.
1616COPY --from=ca-certs-provider --link /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
1717USER 101:1001
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments