[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:
Graham Anderson
2021-06-08 08:44:35 +01:00
committed by GitHub
parent 56aa813947
commit 29e30ed87a
4 changed files with 7 additions and 1 deletions

View File

@@ -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` |