Просмотр исходного кода

Remove minoi/mc configurable options

Waqar Ahmed 5 лет назад
Родитель
Сommit
4abf36ffb2

+ 0 - 3
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                                                                           | `[]`                             |

+ 2 - 2
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