From 034dbf7d0eaa4283a046f6655828412f5a8ae007 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Wed, 6 Jun 2018 14:51:04 -0400 Subject: [PATCH] kubernetes: Point to our repo (#78) I merged the last PR on auto-pilot... My original intent was just to test the k8s.gcr.io repo image, but not commit the PR. --- kubernetes/coredns.yaml.sed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/coredns.yaml.sed b/kubernetes/coredns.yaml.sed index fb02de5..73811cd 100644 --- a/kubernetes/coredns.yaml.sed +++ b/kubernetes/coredns.yaml.sed @@ -88,7 +88,7 @@ spec: operator: "Exists" containers: - name: coredns - image: k8s.gcr.io/coredns:1.1.3 + image: coredns/coredns:1.1.3 imagePullPolicy: IfNotPresent args: [ "-conf", "/etc/coredns/Corefile" ] volumeMounts: