From d1750ed37e7a3960f4a88f63dbeae701a8fc3e5f Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Sat, 29 Sep 2018 11:36:02 -0300 Subject: [PATCH] Update default backend image (#3146) --- deploy/default-backend.yaml | 2 +- deploy/mandatory.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/default-backend.yaml b/deploy/default-backend.yaml index 3ca806550..5bd95c07b 100644 --- a/deploy/default-backend.yaml +++ b/deploy/default-backend.yaml @@ -24,7 +24,7 @@ spec: # Any image is permissible as long as: # 1. It serves a 404 page at / # 2. It serves 200 on a /healthz endpoint - image: gcr.io/google_containers/defaultbackend:1.4 + image: k8s.gcr.io/defaultbackend-amd64:1.5 livenessProbe: httpGet: path: /healthz diff --git a/deploy/mandatory.yaml b/deploy/mandatory.yaml index 250a46496..b8b4f5786 100644 --- a/deploy/mandatory.yaml +++ b/deploy/mandatory.yaml @@ -31,7 +31,7 @@ spec: # Any image is permissible as long as: # 1. It serves a 404 page at / # 2. It serves 200 on a /healthz endpoint - image: gcr.io/google_containers/defaultbackend:1.4 + image: k8s.gcr.io/defaultbackend-amd64:1.5 livenessProbe: httpGet: path: /healthz