From 9701ec4569403c55acd4f47e7718cd23244d0b80 Mon Sep 17 00:00:00 2001 From: jessicagreben Date: Fri, 4 Jan 2019 21:29:20 -0800 Subject: [PATCH] fix quay container name --- deploy/all.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/all.yaml b/deploy/all.yaml index 6c142dd6..cf23d3bc 100644 --- a/deploy/all.yaml +++ b/deploy/all.yaml @@ -107,7 +107,7 @@ spec: serviceAccountName: fairwinds containers: - name: webhook - image: quay.io/jessgreb/fairwinds + image: quay.io/reactiveops/fairwinds command: ["fairwinds", "--webhook"] imagePullPolicy: Always resources: @@ -125,7 +125,7 @@ spec: subPath: config.yml readOnly: true - name: dashboard - image: quay.io/jessgreb/fairwinds + image: quay.io/reactiveops/fairwinds command: ["fairwinds", "--dashboard"] imagePullPolicy: Always ports: