From 7e2c369f7615fa886981b1e54de9fd12059281d5 Mon Sep 17 00:00:00 2001
From: Michael Martin <michaelmartin@seed-innovations.com>
Date: Thu, 17 Feb 2022 16:01:38 +0000
Subject: [PATCH] Pass Istio Annotations To Minio Charts

---
 chart/templates/vault/values.yaml | 6 ++++++
 chart/values.yaml                 | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/chart/templates/vault/values.yaml b/chart/templates/vault/values.yaml
index ce05452058..bc6316ca60 100644
--- a/chart/templates/vault/values.yaml
+++ b/chart/templates/vault/values.yaml
@@ -56,4 +56,10 @@ istio:
   vault:
     gateways:
       - istio-system/{{ default "public" .Values.addons.vault.ingress.gateway }}
+      
+minio:
+  {{- if .Values.istio.enabled }}
+  annotations:
+    {{ include "istioAnnotation" . }}
+  {{- end }}        
 {{- end -}}
diff --git a/chart/values.yaml b/chart/values.yaml
index 56b0556ccf..0a213b3bff 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -661,7 +661,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git
       path: "./chart"
-      tag: "4.4.3-bb.2"
+      tag: "4.4.3-bb.3"
 
     # -- Flux reconciliation overrides specifically for the Minio Package
     flux: {}
@@ -1044,7 +1044,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git
       path: "./chart"
-      tag: "0.4.0-bb.3"
+      tag: "0.4.0-bb.4"
 
     # -- Flux reconciliation overrides specifically for the Mattermost Package
     flux: {}
@@ -1217,7 +1217,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/vault.git
       path: "./chart"
-      tag: "0.18.0-bb.6"
+      tag: "0.18.0-bb.7"
 
     # -- Flux reconciliation overrides specifically for the Vault Package
     flux: {}
-- 
GitLab