Skip to content

Commit

Permalink
fix(imagestream): use quay.io images for nginx
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed Apr 11, 2024
1 parent 0e8d5ce commit ddac660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/nginx.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ spec:
- name: {{ deployment }}
from:
kind: DockerImage
name: ghcr.io/nginxinc/nginx-unprivileged
name: quay.io/nginx/nginx-unprivileged:latest
importPolicy:
# Periodically query registry to synchronize tag and image metadata.
scheduled: {{ auto_import_images }}
Expand Down

0 comments on commit ddac660

Please sign in to comment.