From 811cd4248fdbf8af6d4f3dc4df14621712cc3b4b Mon Sep 17 00:00:00 2001
From: Michael Bridgen <michael@weave.works>
Date: Thu, 10 Dec 2020 14:40:42 +0000
Subject: [PATCH] Include image-* controllers in update workflow

Signed-off-by: Michael Bridgen <michael@weave.works>
---
 .github/workflows/update.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
index 42bd191b..6065db7f 100644
--- a/.github/workflows/update.yml
+++ b/.github/workflows/update.yml
@@ -40,6 +40,8 @@ jobs:
             bump_version kustomize-controller
             bump_version source-controller
             bump_version notification-controller
+            bump_version image-reflector-controller
+            bump_version image-automation-controller
 
             # add missing and remove unused modules
             go mod tidy
-- 
GitLab