From c234cca3c3b481fd2ef934422e234d9e45b223f8 Mon Sep 17 00:00:00 2001 From: Manohar Castelino Date: Fri, 1 Feb 2019 10:15:36 -0800 Subject: [PATCH] kata-webhook: Change location to katadocker The kata-webhook is now hosted within the Kata repository. Switch to using the kata generated images https://cloud.docker.com/u/katadocker/repository/docker/katadocker/kata-webhook-example https://github.com/kata-containers/tests/tree/master/kata-webhook Signed-off-by: Manohar Castelino --- clr-k8s-examples/admit-kata/webhook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clr-k8s-examples/admit-kata/webhook.yaml b/clr-k8s-examples/admit-kata/webhook.yaml index 7c552cf..91ddad0 100644 --- a/clr-k8s-examples/admit-kata/webhook.yaml +++ b/clr-k8s-examples/admit-kata/webhook.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: pod-annotate-webhook - image: mcastelino/kubewebhook-pod-annotate-example:1.0 + image: katadocker/kata-webhook-example:latest imagePullPolicy: Always args: - -tls-cert-file=/etc/webhook/certs/cert.pem