Skip to content

Commit

Permalink
Change imagePullPolicy to Always
Browse files Browse the repository at this point in the history
  • Loading branch information
pleshakov committed Aug 23, 2018
1 parent fd9219e commit 91ced36
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/openshift/nginx-plus-ingress-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: nginx-ingress
containers:
- image: nginx-plus-ingress:edge
# imagePullPolicy: Always
imagePullPolicy: Always
name: nginx-plus-ingress
ports:
- containerPort: 80
Expand Down
1 change: 1 addition & 0 deletions install/daemon-set/nginx-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
serviceAccountName: nginx-ingress
containers:
- image: nginx/nginx-ingress:edge
imagePullPolicy: Always
name: nginx-ingress
ports:
- name: http
Expand Down
1 change: 1 addition & 0 deletions install/daemon-set/nginx-plus-ingress-with-prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
serviceAccountName: nginx-ingress
containers:
- image: nginx-plus-ingress:edge
imagePullPolicy: Always
name: nginx-plus-ingress
ports:
- name: http
Expand Down
1 change: 1 addition & 0 deletions install/daemon-set/nginx-plus-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
serviceAccountName: nginx-ingress
containers:
- image: nginx-plus-ingress:edge
imagePullPolicy: Always
name: nginx-plus-ingress
ports:
- name: http
Expand Down
1 change: 1 addition & 0 deletions install/deployment/nginx-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
serviceAccountName: nginx-ingress
containers:
- image: nginx/nginx-ingress:edge
imagePullPolicy: Always
name: nginx-ingress
ports:
- name: http
Expand Down
1 change: 1 addition & 0 deletions install/deployment/nginx-plus-ingress-with-prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
serviceAccountName: nginx-ingress
containers:
- image: nginx-plus-ingress:edge
imagePullPolicy: Always
name: nginx-plus-ingress
ports:
- name: http
Expand Down
1 change: 1 addition & 0 deletions install/deployment/nginx-plus-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
serviceAccountName: nginx-ingress
containers:
- image: nginx-plus-ingress:edge
imagePullPolicy: Always
name: nginx-plus-ingress
ports:
- name: http
Expand Down

0 comments on commit 91ced36

Please sign in to comment.