From a4e116a171777ea0abaed0d41acbc96be972e17a Mon Sep 17 00:00:00 2001
From: Kavitha Thulasiraman <kavithathulasiraman@Kavithas-MacBook-Pro-2.local>
Date: Mon, 10 Jan 2022 14:26:15 -0500
Subject: [PATCH] add istio annotation for minio

---
 chart/templates/minio/minio/values.yaml | 5 +++++
 chart/values.yaml                       | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/chart/templates/minio/minio/values.yaml b/chart/templates/minio/minio/values.yaml
index d6161faebc..77d9e41f88 100644
--- a/chart/templates/minio/minio/values.yaml
+++ b/chart/templates/minio/minio/values.yaml
@@ -17,6 +17,11 @@ istio:
     gateways:
     - istio-system/{{ default "public" .Values.addons.minio.ingress.gateway }}
 
+{{- if .Values.istio.enabled }}
+annotations:
+  {{ include "istioAnnotation" . }}
+{{- end }}
+
 minioRootCreds: minio-root-creds-secret
 
 monitoring:
diff --git a/chart/values.yaml b/chart/values.yaml
index 17a069cfdc..1ca839c3fb 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -637,7 +637,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git
       path: "./chart"
-      tag: "4.2.3-bb.8"
+      tag: "4.2.3-bb.9"
 
     # -- Flux reconciliation overrides specifically for the Minio Package
     flux: {}
-- 
GitLab