From 7d4e377a01ff660fbd9da80d959af3250c8b7ebf Mon Sep 17 00:00:00 2001 From: Micah Nagel <micah.nagel@parsons.com> Date: Mon, 19 Apr 2021 11:18:00 -0600 Subject: [PATCH] add affinity tag for minio-op --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 1b94ab4f42..04c3726ad9 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -332,7 +332,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator.git path: "./chart" - tag: "2.0.9-bb.2" + tag: "2.0.9-bb.3" # -- Values to passthrough to the minio operator chart: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator.git values: {} -- GitLab