Skip to content

Commit

Permalink
smoke-test: Fix bad nginx image reference
Browse files Browse the repository at this point in the history
There is a wider issue because of the `nginx:latest` has stopped
working. Using `nginx:stable` continues to work as a stop gap measure.

Link to issue: nginxinc/docker-nginx#262
  • Loading branch information
indradhanush committed Aug 29, 2018
1 parent a52ab50 commit 06d6df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ spec:
spec:
containers:
- name: nginx
image: nginx
image: nginx:stable
ports:
- containerPort: 80

0 comments on commit 06d6df4

Please sign in to comment.