[bitnami/*] Use buster instead of latest as minideb tag and adapt sysctl

This commit is contained in:
Carlos Rodriguez Hernandez
2019-08-30 15:01:52 +00:00
parent 2ba572d7ec
commit 921e81153c
60 changed files with 63 additions and 63 deletions

View File

@@ -167,7 +167,7 @@ The following table lists the configurable parameters of the Harbor chart and th
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/minideb` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `latest` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `buster` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `Always` |
| `volumePermissions.resources` | Init container resource requests/limit | `nil` |
| `externalURL` | The external URL for Harbor core service | `https://core.harbor.domain` |