From 533f958563d54f3fe32e2b07488a9a72fc3433af Mon Sep 17 00:00:00 2001 From: Paul Wright Date: Thu, 12 Sep 2019 11:14:50 +0100 Subject: [PATCH] Update operator.yaml --- deploy/operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 6194fd5..0d48d21 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -15,7 +15,7 @@ spec: serviceAccountName: tutorial-web-app-operator containers: - name: tutorial-web-app-operator - image: quay.io/integreatly/tutorial-web-app-operator:v0.0.28 + image: quay.io/integreatly/tutorial-web-app-operator:v0.0.29 ports: - containerPort: 60000 name: metrics