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: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
# dummy change
2
1
# Helm Chart for Harbor
3
2
4
3
**Notes:** The master branch is in heavy development, please use the other stable versions instead. A highly available solution for Harbor based on chart can be found [here](docs/High%20Availability.md). And refer to the [guide](docs/Upgrade.md) to upgrade the existing deployment.
@@ -204,6 +203,7 @@ The following table lists the configurable parameters of the Harbor chart and th
204
203
|`nginx.podAnnotations`| Annotations to add to the nginx pod |`{}`|
205
204
|`nginx.priorityClassName`| The priority class to run the pod as ||
206
205
|**Portal**|||
206
+
|`portal.annotations`| Annotations to add to the portal Deployment |`{}`|
207
207
|`portal.image.repository`| Repository for portal image |`goharbor/harbor-portal`|
208
208
|`portal.image.tag`| Tag for portal image |`dev`|
209
209
|`portal.replicas`| The replica count |`1`|
@@ -219,7 +219,7 @@ The following table lists the configurable parameters of the Harbor chart and th
219
219
|`portal.priorityClassName`| The priority class to run the pod as ||
220
220
|`portal.initContainers`| Init containers to be run before the controller's container starts. |`[]`|
221
221
|**Core**|||
222
-
| `core.annotations` | Annotations to add to the core Deployment image
222
+
|`core.annotations`| Annotations to add to the core Deployment |`{}`|
223
223
|`core.image.repository`| Repository for Harbor core image |`goharbor/harbor-core`|
224
224
|`core.image.tag`| Tag for Harbor core image |`dev`|
225
225
|`core.replicas`| The replica count |`1`|
@@ -246,6 +246,7 @@ The following table lists the configurable parameters of the Harbor chart and th
246
246
|`core.gdpr.auditLogsCompliant`| Enable GDPR compliant for audit logs by changing username to its CRC32 value if that user was deleted from the system |`false`|
247
247
|`core.initContainers`| Init containers to be run before the controller's container starts. |`[]`|
248
248
|**Jobservice**|||
249
+
|`jobservice.annotations`| Annotations to add to the jobservice Deployment |`{}`|
249
250
|`jobservice.image.repository`| Repository for jobservice image |`goharbor/harbor-jobservice`|
250
251
|`jobservice.image.tag`| Tag for jobservice image |`dev`|
251
252
|`jobservice.replicas`| The replica count |`1`|
@@ -268,6 +269,7 @@ The following table lists the configurable parameters of the Harbor chart and th
268
269
|`jobservice.secret`| Secret is used when job service communicates with other components. If a secret key is not specified, Helm will generate one. Must be a string of 16 chars. ||
269
270
|`jobservice.initContainers`| Init containers to be run before the controller's container starts. |`[]`|
270
271
|**Registry**|||
272
+
|`registry.annotations`| Annotations to add to the registry Deployment |`{}`|
271
273
|`registry.registry.image.repository`| Repository for registry image |`goharbor/registry-photon`|
272
274
|`registry.registry.image.tag`| Tag for registry image |`dev`|
273
275
|`registry.registry.resources`| The [resources] to allocate for container | undefined |
0 commit comments