mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/harbor]Add missing 'skipverify' s3 storage driver option (#6577)
* [bitnami/harbor]Add missing 'skipverify' s3 storage driver option * add to template * add to values.yaml (with ref to storage driver docs) * add to readme * Update bitnami/harbor/Chart.yaml Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com> Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
This commit is contained in:
@@ -164,6 +164,7 @@ The following tables list the configurable parameters of the Harbor chart and th
|
||||
| `persistence.imageChartStorage.s3.keyid` | S3 storage type setting: Key ID | `nil` |
|
||||
| `persistence.imageChartStorage.s3.region` | S3 storage type setting: Region | `nil` |
|
||||
| `persistence.imageChartStorage.s3.secure` | S3 storage type setting: Secure | `nil` |
|
||||
| `persistence.imageChartStorage.s3.skipverify` | S3 storage type setting: TLS skip verification | `nil` |
|
||||
| `persistence.imageChartStorage.s3.v4auth` | S3 storage type setting: V4 authorization | `nil` |
|
||||
| `persistence.imageChartStorage.s3.chunksize` | S3 storage type setting: V4 authorization | `nil` |
|
||||
| `persistence.imageChartStorage.s3.bucket` | S3 storage type setting: Bucket name | `nil` |
|
||||
|
||||
Reference in New Issue
Block a user