Skip to content

Commit

Permalink
fix(imagestream): use quay.io images for nginx (#560)
Browse files Browse the repository at this point in the history
Use nginx image from quay.io instead of ghcr.io, since it doesn't get
“rate-limited”.
  • Loading branch information
mfocko authored Apr 11, 2024
2 parents 0e8d5ce + ddac660 commit 98c748f
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 98c748f

Please sign in to comment.