mirror of https://github.com/dapr/quickstarts.git
Update image tags to release version 0.6.0 (#180)
This commit is contained in:
parent
e4a77d4246
commit
c89a040189
|
|
@ -36,7 +36,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: node
|
- name: node
|
||||||
image: dapriosamples/hello-k8s-node:edge
|
image: dapriosamples/hello-k8s-node:0.6.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
|
||||||
|
|
@ -19,4 +19,4 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: python
|
- name: python
|
||||||
image: dapriosamples/hello-k8s-python:edge
|
image: dapriosamples/hello-k8s-python:0.6.0
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: subtract
|
- name: subtract
|
||||||
image: dapriosamples/distributed-calculator-csharp:edge
|
image: dapriosamples/distributed-calculator-csharp:0.6.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: add
|
- name: add
|
||||||
image: dapriosamples/distributed-calculator-go:edge
|
image: dapriosamples/distributed-calculator-go:0.6.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 6000
|
- containerPort: 6000
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: divide
|
- name: divide
|
||||||
image: dapriosamples/distributed-calculator-node:edge
|
image: dapriosamples/distributed-calculator-node:0.6.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 4000
|
- containerPort: 4000
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: multiply
|
- name: multiply
|
||||||
image: dapriosamples/distributed-calculator-python:edge
|
image: dapriosamples/distributed-calculator-python:0.6.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5000
|
- containerPort: 5000
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: calculator-front-end
|
- name: calculator-front-end
|
||||||
image: dapriosamples/distributed-calculator-react-calculator:edge
|
image: dapriosamples/distributed-calculator-react-calculator:0.6.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: node-subscriber
|
- name: node-subscriber
|
||||||
image: dapriosamples/pubsub-node-subscriber:edge
|
image: dapriosamples/pubsub-node-subscriber:0.6.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
@ -20,7 +20,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: python-subscriber
|
- name: python-subscriber
|
||||||
image: dapriosamples/pubsub-python-subscriber:edge
|
image: dapriosamples/pubsub-python-subscriber:0.6.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5000
|
- containerPort: 5000
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
@ -36,7 +36,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: react-form
|
- name: react-form
|
||||||
image: dapriosamples/pubsub-react-form:edge
|
image: dapriosamples/pubsub-react-form:0.6.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: node
|
- name: node
|
||||||
image: docker.io/dapriosamples/bindings-nodeapp:edge
|
image: docker.io/dapriosamples/bindings-nodeapp:0.6.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
|
||||||
|
|
@ -19,4 +19,4 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: python
|
- name: python
|
||||||
image: docker.io/dapriosamples/bindings-pythonapp:edge
|
image: docker.io/dapriosamples/bindings-pythonapp:0.6.0
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: echo
|
- name: echo
|
||||||
image: dapriosamples/middleware-echoapp:edge
|
image: dapriosamples/middleware-echoapp:0.6.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue