Skip to content

Commit 5dbbae8

Browse files
committed
fix(tests): use unprivileged nginx image for openshift compatibility
1 parent 3a091b6 commit 5dbbae8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/templates/kuttl/restarter-no-unneeded-restart/01-early-before-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
terminationGracePeriodSeconds: 10
2323
containers:
2424
- name: nginx
25-
image: registry.k8s.io/nginx-slim:0.24
25+
image: nginxinc/nginx-unprivileged:1.27
2626
volumeMounts:
2727
- name: config
2828
mountPath: "/config"

tests/templates/kuttl/restarter-no-unneeded-restart/02-late-after-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
terminationGracePeriodSeconds: 10
3737
containers:
3838
- name: nginx
39-
image: registry.k8s.io/nginx-slim:0.24
39+
image: nginxinc/nginx-unprivileged:1.27
4040
volumeMounts:
4141
- name: config
4242
mountPath: "/config"

0 commit comments

Comments
 (0)