Fix latest tag

This commit is contained in:
Carlos Rodriguez Hernandez
2019-06-10 13:34:07 +00:00
parent 1cd024b721
commit a968588fce
4 changed files with 6 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ The following table lists the configurable parameters of the MinIO chart and the
| `image.debug` | Specify if debug logs should be enabled | `false` |
| `git.registry` | Git image registry | `docker.io` |
| `git.repository` | Git image name | `bitnami/git` |
| `git.tag` | Git image tag | `latest` |
| `git.tag` | Git image tag | `{TAG_NAME}` |
| `git.pullPolicy` | Git image pull policy | `IfNotPresent` |
| `git.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `service.type` | Kubernetes service type | `ClusterIP` |