Skip to content

Commit 78528b9

Browse files
authored
Update README.md
1 parent 760cd84 commit 78528b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# dummy change
21
# Helm Chart for Harbor
32

43
**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
204203
| `nginx.podAnnotations` | Annotations to add to the nginx pod | `{}` |
205204
| `nginx.priorityClassName` | The priority class to run the pod as | |
206205
| **Portal** | | |
206+
| `portal.annotations` | Annotations to add to the portal Deployment | `{}` |
207207
| `portal.image.repository` | Repository for portal image | `goharbor/harbor-portal` |
208208
| `portal.image.tag` | Tag for portal image | `dev` |
209209
| `portal.replicas` | The replica count | `1` |
@@ -219,7 +219,7 @@ The following table lists the configurable parameters of the Harbor chart and th
219219
| `portal.priorityClassName` | The priority class to run the pod as | |
220220
| `portal.initContainers` | Init containers to be run before the controller's container starts. | `[]` |
221221
| **Core** | | |
222-
| `core.annotations` | Annotations to add to the core Deployment image
222+
| `core.annotations` | Annotations to add to the core Deployment | `{}` |
223223
| `core.image.repository` | Repository for Harbor core image | `goharbor/harbor-core` |
224224
| `core.image.tag` | Tag for Harbor core image | `dev` |
225225
| `core.replicas` | The replica count | `1` |
@@ -246,6 +246,7 @@ The following table lists the configurable parameters of the Harbor chart and th
246246
| `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` |
247247
| `core.initContainers` | Init containers to be run before the controller's container starts. | `[]` |
248248
| **Jobservice** | | |
249+
| `jobservice.annotations` | Annotations to add to the jobservice Deployment | `{}` |
249250
| `jobservice.image.repository` | Repository for jobservice image | `goharbor/harbor-jobservice` |
250251
| `jobservice.image.tag` | Tag for jobservice image | `dev` |
251252
| `jobservice.replicas` | The replica count | `1` |
@@ -268,6 +269,7 @@ The following table lists the configurable parameters of the Harbor chart and th
268269
| `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. | |
269270
| `jobservice.initContainers` | Init containers to be run before the controller's container starts. | `[]` |
270271
| **Registry** | | |
272+
| `registry.annotations` | Annotations to add to the registry Deployment | `{}` |
271273
| `registry.registry.image.repository` | Repository for registry image | `goharbor/registry-photon` |
272274
| `registry.registry.image.tag` | Tag for registry image | `dev` |
273275
| `registry.registry.resources` | The [resources] to allocate for container | undefined |

0 commit comments

Comments
 (0)