From 9a891bc73ecf87ef9112bb47b93fa7b399d08195 Mon Sep 17 00:00:00 2001
From: Micah Nagel <micah.nagel@parsons.com>
Date: Mon, 18 Oct 2021 16:38:21 +0000
Subject: [PATCH] Update Twistlock CODEOWNERS, VS API Version

---
 CODEOWNERS        | 6 +++---
 chart/values.yaml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 213fa0adde..b4e58a19bf 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -79,9 +79,9 @@ chart/values.yaml               @lynnstill @ryan.j.garcia @michaelmartin
 chart/templates/monitoring      @lynnstill @ryan.j.garcia @michaelmartin
 
 ^[Twistlock]
-chart/Chart.yaml                @thomas.burton @ryan.j.garcia @runyontr @joshwolf
-chart/values.yaml               @thomas.burton @ryan.j.garcia @runyontr @joshwolf
-chart/templates/twistlock       @thomas.burton @ryan.j.garcia @runyontr @joshwolf
+chart/Chart.yaml                @thomas.burton @ryan.j.garcia @runyontr @micah.nagel
+chart/values.yaml               @thomas.burton @ryan.j.garcia @runyontr @micah.nagel
+chart/templates/twistlock       @thomas.burton @ryan.j.garcia @runyontr @micah.nagel
 
 ^[Sonarqube]
 chart/Chart.yaml                @kevin.wilder @lynnstill @brandencobb
diff --git a/chart/values.yaml b/chart/values.yaml
index 7569184c27..824091a2ad 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -450,7 +450,7 @@ twistlock:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/twistlock.git
     path: "./chart"
-    tag: "0.0.9-bb.0"
+    tag: "0.0.9-bb.1"
 
   # -- Flux reconciliation overrides specifically for the Twistlock Package
   flux: {}
-- 
GitLab