Skip to content

Commit

Permalink
Update Versions of Multiple Components
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Jiao <yang.jiao@broadcom.com>
  • Loading branch information
Yang Jiao committed Dec 14, 2023
1 parent 76ff76e commit dd3bee4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/install-config/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ The table below lists the some of the key components that are deployed when you

|Component|Version|
|---|---|
|Postgresql|13.3.0|
|Redis|6.0.13|
|Beego|1.9.0|
|Docker/distribution|2.7.1|
|Postgresql|13.10|
|Redis|7.0.0|
|Beego|2.0.6|
|Docker/distribution|2.8.0|
|Docker/notary|0.6.1|
|Helm|2.9.1|
|Swagger-ui|3.22.1|
|Swagger-ui|4.17.1|
4 changes: 2 additions & 2 deletions docs/install-config/harbor-ha-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can deploy Harbor on Kubernetes via helm to make it highly available. In thi
- Kubernetes cluster 1.10+
- Helm 2.8.0+
- High available ingress controller (Harbor does not manage the external endpoint)
- High available PostgreSQL 9.6+ (Harbor does not handle the deployment of HA of database)
- High available PostgreSQL (Harbor does not handle the deployment of HA of database)
- High available Redis (Harbor does not handle the deployment of HA of Redis)
- PVC that can be shared across nodes or external object storage

Expand Down Expand Up @@ -65,7 +65,7 @@ Configure the followings items in `values.yaml`, you can also set them as parame

## Installation

Install the Harbor helm chart with a release name `my-release`:
Install the Harbor helm chart with a release name `my-release`:

Helm 2:

Expand Down

0 comments on commit dd3bee4

Please sign in to comment.