From 66b7609f6f4ac7509d7229c661fd7e4ddeedbbc0 Mon Sep 17 00:00:00 2001
From: Josh Wolf <josh@joshwolf.dev>
Date: Sun, 1 Nov 2020 08:15:43 -0700
Subject: [PATCH] update flux to 0.2.1

---
 base/flux/toolkit/all.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/flux/toolkit/all.yaml b/base/flux/toolkit/all.yaml
index f957453154..d18a6c339f 100644
--- a/base/flux/toolkit/all.yaml
+++ b/base/flux/toolkit/all.yaml
@@ -840,7 +840,7 @@ spec:
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
-        image: ghcr.io/fluxcd/source-controller:v0.2.0
+        image: ghcr.io/fluxcd/source-controller:v0.2.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
-- 
GitLab