From 83f3ddabd18552388797a13cfb2bf36a3468cd80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Wed, 19 Feb 2020 14:49:17 +0100 Subject: [PATCH] Reverted changes to the operator images to use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- deploy/examples/operator-with-tracing.yaml | 2 +- deploy/operator.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/examples/operator-with-tracing.yaml b/deploy/examples/operator-with-tracing.yaml index 73292d0636..166381baf4 100644 --- a/deploy/examples/operator-with-tracing.yaml +++ b/deploy/examples/operator-with-tracing.yaml @@ -17,7 +17,7 @@ spec: serviceAccountName: jaeger-operator containers: - name: jaeger-operator - image: quay.io/jpkroehling/jaeger-operator:StreamlinePermissions + image: jaegertracing/jaeger-operator:1.16.0 # operator tracing is available since 1.16.0 ports: - containerPort: 8383 name: metrics diff --git a/deploy/operator.yaml b/deploy/operator.yaml index e2f2a1ebd0..fcf4d4af90 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -15,7 +15,7 @@ spec: serviceAccountName: jaeger-operator containers: - name: jaeger-operator - image: quay.io/jpkroehling/jaeger-operator:StreamlinePermissions + image: jaegertracing/jaeger-operator:1.16.0 ports: - containerPort: 8383 name: metrics