fix image name and runtime version

Signed-off-by: Florian Wagner <flwagner@microsoft.com>
This commit is contained in:
Florian Wagner 2020-08-20 04:32:41 +00:00
parent a64cc4396c
commit 2bdc1a5834
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
## Sample info ## Sample info
| Attribute | Details | | Attribute | Details |
|--------|--------| |--------|--------|
| Dapr runtime version | v0.9 | | Dapr runtime version | 0.10.0-rc.0 |
| Language | Javascript | | Language | Javascript |
| Environment | Kubernetes | | Environment | Kubernetes |

View File

@ -34,7 +34,7 @@ spec:
spec: spec:
containers: containers:
- name: msgraph - name: msgraph
image: cse21.azurecr.io/msgraphapp:sample image: docker.io/h2floh/middleware-msgraphapp:edge
ports: ports:
- containerPort: 3000 - containerPort: 3000
imagePullPolicy: Always imagePullPolicy: Always