diff --git a/chart/templates/minio/minio/values.yaml b/chart/templates/minio/minio/values.yaml index d6161faebc971397c605473e58a4e91aa164e2f5..77d9e41f888831befcb58c83759219412191e683 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 17a069cfdc5118a255a49c25e1ff069b59c41ab4..1ca839c3fb54366b7c8fd16b7503928b0ea2ab9f 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: {}