Skip to content

Commit 5757341

Browse files
authored
Merge pull request #101838 from gholliday/update-dotnet-core-tag
Update mcr.microsoft.com/dotnet/core/samples:aspnetapp to supported tag
2 parents 1c57228 + b47b157 commit 5757341

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/application-gateway/ingress-controller-add-health-probes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
spec:
2929
containers:
3030
- name: aspnetapp
31-
image: mcr.microsoft.com/dotnet/core/samples:aspnetapp
31+
image: mcr.microsoft.com/dotnet/samples:aspnetapp
3232
imagePullPolicy: IfNotPresent
3333
ports:
3434
- containerPort: 80

articles/application-gateway/ingress-controller-install-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ metadata:
296296
app: aspnetapp
297297
spec:
298298
containers:
299-
- image: "mcr.microsoft.com/dotnet/core/samples:aspnetapp"
299+
- image: "mcr.microsoft.com/dotnet/samples:aspnetapp"
300300
name: aspnetapp-image
301301
ports:
302302
- containerPort: 80

articles/application-gateway/ingress-controller-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ metadata:
3737
app: test-agic-app
3838
spec:
3939
containers:
40-
- image: "mcr.microsoft.com/dotnet/core/samples:aspnetapp"
40+
- image: "mcr.microsoft.com/dotnet/samples:aspnetapp"
4141
name: aspnetapp-image
4242
ports:
4343
- containerPort: 80

0 commit comments

Comments
 (0)