Skip to content

Commit c834319

Browse files
committed
Update demo deployment files to use mcr.microsoft.com
...Now that the demo application images are published there.
1 parent f9a58fc commit c834319

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-votes-postgresql/manifests/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: azure-votes-postgresql
19-
image: docker.io/babbageclunk/asodemo-postgresql:latest
19+
image: mcr.microsoft.com/k8s/asodemos/postgresqlvotes:latest
2020
ports:
2121
- containerPort: 8080
2222
env:

cosmos-todo-list/deploy-cosmos-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: app
20-
image: docker.io/babbageclunk/cosmos-todo-app:latest
20+
image: mcr.microsoft.com/k8s/asodemos/cosmostodo:latest
2121
env:
2222
- name: CosmosDB__Account
2323
valueFrom:

0 commit comments

Comments
 (0)