Change image versions back to edge (#182)

Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
This commit is contained in:
Pruthvidhar R Dhodda 2020-04-02 11:37:56 -07:00 committed by GitHub
parent 18ac1fa7d1
commit 00f3dca934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 13 additions and 13 deletions

View File

@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: node
image: dapriosamples/hello-k8s-node:0.6.0
image: dapriosamples/hello-k8s-node:edge
ports:
- containerPort: 3000
imagePullPolicy: Always

View File

@ -19,4 +19,4 @@ spec:
spec:
containers:
- name: python
image: dapriosamples/hello-k8s-python:0.6.0
image: dapriosamples/hello-k8s-python:edge

View File

@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: subtract
image: dapriosamples/distributed-calculator-csharp:0.6.0
image: dapriosamples/distributed-calculator-csharp:edge
ports:
- containerPort: 80
imagePullPolicy: Always

View File

@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: add
image: dapriosamples/distributed-calculator-go:0.6.0
image: dapriosamples/distributed-calculator-go:edge
ports:
- containerPort: 6000
imagePullPolicy: Always

View File

@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: divide
image: dapriosamples/distributed-calculator-node:0.6.0
image: dapriosamples/distributed-calculator-node:edge
ports:
- containerPort: 4000
imagePullPolicy: Always

View File

@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: multiply
image: dapriosamples/distributed-calculator-python:0.6.0
image: dapriosamples/distributed-calculator-python:edge
ports:
- containerPort: 5000
imagePullPolicy: Always

View File

@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: calculator-front-end
image: dapriosamples/distributed-calculator-react-calculator:0.6.0
image: dapriosamples/distributed-calculator-react-calculator:edge
ports:
- containerPort: 8080
imagePullPolicy: Always

View File

@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: node-subscriber
image: dapriosamples/pubsub-node-subscriber:0.6.0
image: dapriosamples/pubsub-node-subscriber:edge
ports:
- containerPort: 3000
imagePullPolicy: Always

View File

@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: python-subscriber
image: dapriosamples/pubsub-python-subscriber:0.6.0
image: dapriosamples/pubsub-python-subscriber:edge
ports:
- containerPort: 5000
imagePullPolicy: Always

View File

@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: react-form
image: dapriosamples/pubsub-react-form:0.6.0
image: dapriosamples/pubsub-react-form:edge
ports:
- containerPort: 8080
imagePullPolicy: Always

View File

@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: node
image: docker.io/dapriosamples/bindings-nodeapp:0.6.0
image: docker.io/dapriosamples/bindings-nodeapp:edge
ports:
- containerPort: 3000
imagePullPolicy: Always

View File

@ -19,4 +19,4 @@ spec:
spec:
containers:
- name: python
image: docker.io/dapriosamples/bindings-pythonapp:0.6.0
image: docker.io/dapriosamples/bindings-pythonapp:edge

View File

@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: echo
image: dapriosamples/middleware-echoapp:0.6.0
image: dapriosamples/middleware-echoapp:edge
ports:
- containerPort: 3000
imagePullPolicy: Always