mirror of https://github.com/dapr/samples.git
fix image name and runtime version
Signed-off-by: Florian Wagner <flwagner@microsoft.com>
This commit is contained in:
parent
a64cc4396c
commit
2bdc1a5834
|
|
@ -3,7 +3,7 @@
|
|||
## Sample info
|
||||
| Attribute | Details |
|
||||
|--------|--------|
|
||||
| Dapr runtime version | v0.9 |
|
||||
| Dapr runtime version | 0.10.0-rc.0 |
|
||||
| Language | Javascript |
|
||||
| Environment | Kubernetes |
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: msgraph
|
||||
image: cse21.azurecr.io/msgraphapp:sample
|
||||
image: docker.io/h2floh/middleware-msgraphapp:edge
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
imagePullPolicy: Always
|
||||
|
|
|
|||
Loading…
Reference in New Issue