From 78577fc5814ab4ca0db9725004e3807f0e730ac7 Mon Sep 17 00:00:00 2001
From: Qpow! <quentin.d.powellgmail.com>
Date: Thu, 7 Oct 2021 15:02:02 -0500
Subject: [PATCH] bump anchore version

---
 chart/values.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 974b36b03e..ca1140a3bb 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -829,7 +829,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise.git
       path: "./chart"
-      tag: "1.14.7-bb.0"
+      tag: "1.14.7-bb.1"
 
     # -- Flux reconciliation overrides specifically for the Anchore Package
     flux:
@@ -1036,7 +1036,7 @@ addons:
     # -- Flux reconciliation overrides specifically for the Velero Package
     flux: {}
 
-    # -- Plugin provider for Velero - requires at least one plugin installed. Current supported values: aws, azure, csi 
+    # -- Plugin provider for Velero - requires at least one plugin installed. Current supported values: aws, azure, csi
     plugins: []
     # - aws
 
-- 
GitLab