Skip to content

Commit

Permalink
Merge pull request #3332 from red-hat-storage/wip-quay-nginx
Browse files Browse the repository at this point in the history
pull nginx image from quay.io instead of docker to avoid rate limit issue
  • Loading branch information
vasukulkarni authored Nov 17, 2020
2 parents be6407c + b8e64c8 commit 211ad67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ocs_ci/templates/CSI/cephfs/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
containers:
- name: web-server
image: nginx
image: quay.io/ocsci/nginx:latest
volumeMounts:
- name: mypvc
mountPath: /var/lib/www/html
Expand Down
2 changes: 1 addition & 1 deletion ocs_ci/templates/CSI/rbd/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: web-server
image: nginx
image: quay.io/ocsci/nginx:latest
volumeMounts:
- name: mypvc
mountPath: /var/lib/www/html
Expand Down
2 changes: 1 addition & 1 deletion ocs_ci/templates/app-pods/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: web-server
image: nginx
image: quay.io/ocsci/nginx:latest
volumeMounts:
- name: mypvc
mountPath: /var/lib/www/html
Expand Down
2 changes: 1 addition & 1 deletion ocs_ci/templates/app-pods/raw_block_pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: my-container
image: nginx
image: quay.io/ocsci/nginx:latest
securityContext:
capabilities:
add: ["SYS_ADMIN"]
Expand Down

0 comments on commit 211ad67

Please sign in to comment.