Skip to content

Commit

Permalink
pull nginx image from quay.io instead of docker to avoid rate limit i…
Browse files Browse the repository at this point in the history
…ssue

Signed-off-by: Vasu Kulkarni <[email protected]>
  • Loading branch information
vasukulkarni committed Nov 16, 2020
1 parent be6407c commit b8e64c8
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 b8e64c8

Please sign in to comment.