mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 15:27:08 +08:00
Fix issues with Harbor and chartmuseum
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>
This commit is contained in:
@@ -270,10 +270,7 @@ The following table lists the configurable parameters of the Harbor chart and th
|
||||
| `chartmuseum.useRedisCache` | Specify if ChartMuseum will use redis cache | `true` |
|
||||
| `chartmuseum.absoluteUrl` | Specify an absolute URL for ChartMuseum registry | `false` |
|
||||
| `chartmuseum.chartRepoName` | Specify the endpoint for the chartmuseum registry. Only applicable if `chartmuseum.absoluteUrl` is `true` | `chartsRepo` |
|
||||
| `chartmuseum.basicAuth.enabled` | Enable ChartMuseum basic authentication | `true` |
|
||||
| `chartmuseum.basicAuth.basicAuthUser` | Chartmuseum's user | `chart_controller` |
|
||||
| `chartmuseum.basicAuth.basicAuthPass` | Chartmuseum's password | Random value |
|
||||
| `chartmuseum.depth` | Support for multitenancy. More info [here](https://chartmuseum.com/docs/#multitenancy) | `0` |
|
||||
| `chartmuseum.depth` | Support for multitenancy. More info [here](https://chartmuseum.com/docs/#multitenancy) | `1` |
|
||||
| `chartmuseum.logJson` | Print logs on JSON format | `false` |
|
||||
| `chartmuseum.disableMetrics` | Disable prometheus metrics exposure | `false` |
|
||||
| `chartmuseum.disableApi` | Disable all the routes prefixed with `/api` | `false` |
|
||||
|
||||
Reference in New Issue
Block a user