Fix spire oidc nginx container
Signed-off-by: Marco Franssen <[email protected]> Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -202,10 +202,16 @@ oidc:
|
||||
|
||||
nginx:
|
||||
image:
|
||||
registry: cgr.dev
|
||||
repository: chainguard/nginx
|
||||
registry: docker.io
|
||||
repository: nginx
|
||||
pullPolicy: IfNotPresent
|
||||
version: "1.23"
|
||||
version: 1.23.2-alpine
|
||||
# chainguard image does not support the templates feature
|
||||
# https://github.com/chainguard-images/nginx/issues/43
|
||||
# registry: cgr.dev
|
||||
# repository: chainguard/nginx
|
||||
# pullPolicy: IfNotPresent
|
||||
# version: "1.23.2"
|
||||
|
||||
config:
|
||||
logLevel: info
|
||||
|
||||
Reference in New Issue
Block a user