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
11
11
12
12
FROM golang:1.24 AS ca-certs-provider
13
13
14
- FROM scratch AS common
14
+ FROM ubuntu AS common
15
15
# CA certs are needed for telemetry report so that NGF can verify the server's certificate.
16
16
COPY --from=ca-certs-provider --link /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
17
17
USER 101:1001
Original file line number Diff line number Diff line change 45
45
{{- if .Values.nginx.debug }}
46
46
debug : {{ .Values.nginx.debug }}
47
47
{{- 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 }}
50
50
{{- end }}
51
51
{{- end }}
52
52
{{- if .Values.nginx.service }}
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ nginxGateway:
111
111
# -- The image configuration for the NGINX Gateway Fabric control plane.
112
112
image :
113
113
# -- 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
116
116
# @schema
117
117
# enum:
118
118
# - Always
You can’t perform that action at this time.
0 commit comments