From 9467bc3fc6c33f1bf1f35c11f980ea306cf37a09 Mon Sep 17 00:00:00 2001
From: Micah Nagel <micah.nagel@parsons.com>
Date: Thu, 3 Mar 2022 20:16:57 +0000
Subject: [PATCH] Update Minio to 4.4.10

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

diff --git a/chart/values.yaml b/chart/values.yaml
index bc71b584e2..f917fd3a9a 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -678,7 +678,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator.git
       path: "./chart"
-      tag: "4.4.3-bb.2"
+      tag: "4.4.10-bb.1"
 
     # -- Flux reconciliation overrides specifically for the Minio Operator Package
     flux: {}
@@ -695,7 +695,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git
       path: "./chart"
-      tag: "4.4.3-bb.3"
+      tag: "4.4.10-bb.0"
 
     # -- Flux reconciliation overrides specifically for the Minio Package
     flux: {}
@@ -1078,7 +1078,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git
       path: "./chart"
-      tag: "0.6.0-bb.0"
+      tag: "0.6.0-bb.1"
 
     # -- Flux reconciliation overrides specifically for the Mattermost Package
     flux: {}
@@ -1251,7 +1251,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/vault.git
       path: "./chart"
-      tag: "0.19.0-bb.0"
+      tag: "0.19.0-bb.2"
 
     # -- Flux reconciliation overrides specifically for the Vault Package
     flux: {}
diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index d0e3d3e444..54c980dd0f 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -799,7 +799,7 @@ addons:
     values:
       tenants:
         pools:
-        - servers: 1
+        - servers: 2
           volumesPerServer: 4
           size: 256Mi
           resources:
@@ -813,7 +813,7 @@ addons:
             runAsUser: 1001
             runAsGroup: 1001
             fsGroup: 1001
-
+            runAsNonRoot: true
       bbtests:
         # There have been intermittent failures of the tests in the past.   The issue is tracked in the below issue.
         # https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio/-/issues/7
-- 
GitLab