Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Versions of Multiple Components #523

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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