mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
chore: use v1 of image for availability reasons
Signed-off-by: Carsten Lenz <git@lenz-online.org>
This commit is contained in:
@@ -7,7 +7,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: foo-app
|
||||
image: mcr.microsoft.com/azuredocs/aks-helloworld:v2
|
||||
image: mcr.microsoft.com/azuredocs/aks-helloworld:v1
|
||||
env:
|
||||
- name: TITLE
|
||||
value: "Welcome to foo-app!"
|
||||
@@ -32,7 +32,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: bar-app
|
||||
image: mcr.microsoft.com/azuredocs/aks-helloworld:v2
|
||||
image: mcr.microsoft.com/azuredocs/aks-helloworld:v1
|
||||
env:
|
||||
- name: TITLE
|
||||
value: "Welcome to bar-app!"
|
||||
|
||||
Reference in New Issue
Block a user