You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bitnami/harbor/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -524,7 +524,7 @@ The following tables list the configurable parameters of the Harbor chart and th
524
524
|`clairAdapterImage.pullSecrets`| Specify docker-registry secret names as an array |`[]` (does not add image pull secrets to deployed pods) |
525
525
|`clairAdapterImage.debug`| Specify if debug logs should be enabled |`false`|
526
526
|`clair.updateStrategy`| The update strategy for deployments with persistent volumes: RollingUpdate or Recreate. Set it as Recreate when RWM for volumes isn't supported |`RollingUpdate`|
527
-
|`clair.enabled`| Enable Clair |`true`|
527
+
|`clair.enabled`| Enable Clair scanner. Add it as an additional interrogation service by following https://goharbor.io/docs/latest/administration/vulnerability-scanning/pluggable-scanners|`false`|
528
528
|`clair.replicas`| The replica count |`1`|
529
529
|`clair.httpProxy`| The http proxy used to update vulnerabilities database from internet | undefined |
530
530
|`clair.httpsProxy`| The https proxy used to update vulnerabilities database from internet | undefined |
@@ -874,6 +874,12 @@ Find more information about how to deal with common errors related to Bitnami’
874
874
875
875
> NOTE: In you are upgrading an installation that contains a high amount of data, it is recommended to disable the liveness/readiness probes as the migration can take a substantial amount of time.
876
876
877
+
### To 9.7.0
878
+
879
+
This new version of the chart bumps the version of Harbor to [`2.2.0`](https://github.com/goharbor/harbor/releases/tag/v2.2.0) which deprecates built-in Clair. If you still want to use Clair, you will need to set `clair.enabled` to `true` and Clair scanner and the Harbor adapter will be deployed. Follow [these steps](https://goharbor.io/docs/latest/administration/vulnerability-scanning/pluggable-scanners) to add it as an additional interrogation service for Harbor.
880
+
881
+
Please note that Clair might be fully deprecated from this chart in following updates.
882
+
877
883
### To 9.0.0
878
884
879
885
[On November 13, 2020, Helm v2 support was formally finished](https://github.com/helm/charts#status-of-the-project), this major version is the result of the required changes applied to the Helm Chart to be able to incorporate the different features added in Helm v3 and to be consistent with the Helm project itself regarding the Helm v2 EOL.
0 commit comments