From d71430fdeec9b50861ffad522e66404bc59502de Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 26 Sep 2023 12:38:27 -0400 Subject: [PATCH 1/2] tag 2.4.6 Signed-off-by: Kingdon Barrett --- charts/minio/Chart.yaml | 2 +- charts/minio/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/minio/Chart.yaml b/charts/minio/Chart.yaml index bf28c58..4d5bf13 100644 --- a/charts/minio/Chart.yaml +++ b/charts/minio/Chart.yaml @@ -1,6 +1,6 @@ name: minio home: https://github.com/teamhephy/minio -version: +version: 2.4.6 description: Minio Object Storage in Kubernetes, used by Hephy Workflow. maintainers: - email: team@teamhephy.com diff --git a/charts/minio/values.yaml b/charts/minio/values.yaml index a5822db..f70f5fb 100644 --- a/charts/minio/values.yaml +++ b/charts/minio/values.yaml @@ -1,5 +1,5 @@ org: "hephy" -pull_policy: "Always" -docker_tag: canary +pull_policy: "IfNotPresent" +docker_tag: v2.4.5 global: storage: minio From ca9d9b7978346681b84e05be101b3cd493c811da Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 26 Sep 2023 16:30:51 -0400 Subject: [PATCH 2/2] tag 2.4.7 Signed-off-by: Kingdon Barrett --- charts/minio/Chart.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/minio/Chart.yaml b/charts/minio/Chart.yaml index 4d5bf13..bcae050 100644 --- a/charts/minio/Chart.yaml +++ b/charts/minio/Chart.yaml @@ -1,6 +1,8 @@ +apiVersion: v2 name: minio home: https://github.com/teamhephy/minio -version: 2.4.6 +version: 2.4.7 description: Minio Object Storage in Kubernetes, used by Hephy Workflow. maintainers: - - email: team@teamhephy.com +- name: Team Hephy + email: team@teamhephy.com