fix(container): update image nginxinc/nginx-unprivileged to v1.27.3 #535
|
@ -106,7 +106,7 @@ spec:
|
||||||
nginx:
|
nginx:
|
||||||
image:
|
image:
|
||||||
repository: nginxinc/nginx-unprivileged
|
repository: nginxinc/nginx-unprivileged
|
||||||
tag: 1.27.2-alpine
|
tag: 1.27.3-alpine
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities: { drop: ["ALL"] }
|
capabilities: { drop: ["ALL"] }
|
||||||
|
|
|
@ -23,7 +23,7 @@ spec:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: nginxinc/nginx-unprivileged
|
repository: nginxinc/nginx-unprivileged
|
||||||
tag: 1.27.2-alpine
|
tag: 1.27.3-alpine
|
||||||
|
|
||||||
service:
|
service:
|
||||||
app:
|
app:
|
||||||
|
|
Loading…
Reference in New Issue