Skip to content

Commit

Permalink
Updated examples to use image tag 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdob committed Oct 24, 2019
1 parent 6fb25f8 commit 7f8c031
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ch05/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: visitors-backend
image: "jdob/visitors-service:latest"
image: "jdob/visitors-service:1.0.0"
imagePullPolicy: Always
ports:
- name: visitors
Expand Down Expand Up @@ -54,4 +54,4 @@ spec:
protocol: TCP
selector:
app: visitors
tier: backend
tier: backend
4 changes: 2 additions & 2 deletions ch05/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: visitors-frontend
image: "jdob/visitors-webui:latest"
image: "jdob/visitors-webui:1.0.0"
imagePullPolicy: Always
ports:
- name: visitors
Expand All @@ -42,4 +42,4 @@ spec:
protocol: TCP
selector:
app: visitors
tier: frontend
tier: frontend
4 changes: 2 additions & 2 deletions ch06/ansible/visitors/tasks/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
spec:
containers:
- name: visitors-backend
image: "jdob/visitors-service:latest"
image: "jdob/visitors-service:1.0.0"
imagePullPolicy: Always
ports:
- name: visitors
Expand Down Expand Up @@ -61,4 +61,4 @@
protocol: TCP
selector:
app: visitors
tier: backend
tier: backend
2 changes: 1 addition & 1 deletion ch06/ansible/visitors/tasks/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
spec:
containers:
- name: visitors-frontend
image: "jdob/visitors-webui:latest"
image: "jdob/visitors-webui:1.0.0"
imagePullPolicy: Always
ports:
- name: visitors
Expand Down
2 changes: 1 addition & 1 deletion ch06/visitors-helm/templates/backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: visitors-backend
image: "jdob/visitors-service:latest"
image: "jdob/visitors-service:1.0.0"
imagePullPolicy: Always
ports:
- name: visitors
Expand Down
2 changes: 1 addition & 1 deletion ch06/visitors-helm/templates/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: visitors-frontend
image: "jdob/visitors-webui:latest"
image: "jdob/visitors-webui:1.0.0"
imagePullPolicy: Always
ports:
- name: visitors
Expand Down

0 comments on commit 7f8c031

Please sign in to comment.