From 4abf36ffb2d2116e0dc1de1212d5d829dd71ae2a Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Wed, 9 Dec 2020 00:39:15 +0500 Subject: [PATCH] Remove minoi/mc configurable options --- test/minio/8.0.5/README.md | 3 --- .../minio/8.0.5/templates/post-install-create-bucket-job.yaml | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/test/minio/8.0.5/README.md b/test/minio/8.0.5/README.md index 5b438fc063c..48e56dc77a1 100755 --- a/test/minio/8.0.5/README.md +++ b/test/minio/8.0.5/README.md @@ -137,9 +137,6 @@ The following table lists the configurable parameters of the MinIO chart and the | `image.tag` | MinIO image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/). | `RELEASE.2020-11-06T23-17-07Z` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `imagePullSecrets` | List of container registry secrets | `[]` | -| `mcImage.repository` | Client image repository | `minio/mc` | -| `mcImage.tag` | mc image tag. Possible values listed [here](https://hub.docker.com/r/minio/mc/tags/). | `RELEASE.2020-10-03T02-54-56Z` | -| `mcImage.pullPolicy` | mc Image pull policy | `IfNotPresent` | | `trustedCertsSecret` | Kubernetes secret with trusted certificates to be mounted on `{{ .Values.certsPath }}/CAs` | `""` | | `mode` | MinIO server mode (`standalone` or `distributed`) | `standalone` | | `extraArgs` | Additional command line arguments to pass to the MinIO server | `[]` | diff --git a/test/minio/8.0.5/templates/post-install-create-bucket-job.yaml b/test/minio/8.0.5/templates/post-install-create-bucket-job.yaml index 744934517bb..bb88fa1a428 100644 --- a/test/minio/8.0.5/templates/post-install-create-bucket-job.yaml +++ b/test/minio/8.0.5/templates/post-install-create-bucket-job.yaml @@ -54,8 +54,8 @@ spec: serviceAccountName: {{ include "minio.serviceAccountName" . | quote }} containers: - name: minio-mc - image: "{{ .Values.mcImage.repository }}:{{ .Values.mcImage.tag }}" - imagePullPolicy: {{ .Values.mcImage.pullPolicy }} + image: "minio/mc:latest" + imagePullPolicy: IfNotPresent command: ["/bin/sh", "/config/initialize"] env: - name: MINIO_ENDPOINT