diff --git a/charts/minio/Chart.yaml b/charts/minio/Chart.yaml index bf28c58..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: +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 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