fix(container): update image nginxinc/nginx-unprivileged to v1.27.2
This commit is contained in:
parent
6d32ce9f7c
commit
e12bac79e2
|
@ -122,7 +122,7 @@ spec:
|
||||||
nginx:
|
nginx:
|
||||||
image:
|
image:
|
||||||
repository: nginxinc/nginx-unprivileged
|
repository: nginxinc/nginx-unprivileged
|
||||||
tag: 1.27.1-alpine
|
tag: 1.27.2-alpine
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
|
@ -23,7 +23,7 @@ spec:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: nginxinc/nginx-unprivileged
|
repository: nginxinc/nginx-unprivileged
|
||||||
tag: 1.27.1-alpine
|
tag: 1.27.2-alpine
|
||||||
|
|
||||||
service:
|
service:
|
||||||
app:
|
app:
|
||||||
|
|
Loading…
Reference in New Issue