Skip to content

Commit 15e74a1

Browse files
committed
Add new version description
1 parent 3816382 commit 15e74a1

File tree

6 files changed

+47
-24
lines changed

6 files changed

+47
-24
lines changed

resources/harbor/ALERTS-v1.1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Alerts
2-
## HarborIsDown
3-
This alert trigger when the service is down
2+
## HarborIsDown
3+
This alert trigger when the service is down
44

5-
## ProjectQuotaIsRaisingTheLimit
6-
This alerts trigger when the usage of the storage of any project is getting close to the limit
5+
## ProjectQuotaIsRaisingTheLimit
6+
This alerts trigger when the usage of the storage of any project is getting close to the limit

resources/harbor/ALERTS-v2.2.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
# Alerts
2-
## HarborCoreIsDown
3-
This alert trigger when Harbor Core Is Down
2+
## HarborCoreIsDown
3+
This alert trigger when Harbor Core Is Down
44

5-
## HarborDatabaseIsDown
6-
This alert trigger when Harbor Database Is Down
5+
## HarborDatabaseIsDown
6+
This alert trigger when Harbor Database Is Down
77

8-
## HarborRegistryIsDown
9-
This alert trigger when Harbor Registry Is Down
8+
## HarborRegistryIsDown
9+
This alert trigger when Harbor Registry Is Down
1010

11-
## HarborRedisIsDown
12-
This alert trigger when Harbor Redis Is Down
11+
## HarborRedisIsDown
12+
This alert trigger when Harbor Redis Is Down
1313

14-
## HarborTrivyIsDown
15-
This alert trigger when Harbor Trivy Is Down
14+
## HarborTrivyIsDown
15+
This alert trigger when Harbor Trivy Is Down
1616

17-
## HarborJobServiceIsDown
18-
This alert trigger when Harbor JobService Is Down
17+
## HarborJobServiceIsDown
18+
This alert trigger when Harbor JobService Is Down
1919

20-
## Harborp99latencyishigherthan10seconds
21-
This alert trigger when Harbor p99 latency is higher than 10 seconds
22-
23-
## HarborErrorRateisHigh
24-
This alert trigger when Harbor Error Rate is High
20+
## Harborp99latencyishigherthan10seconds
21+
This alert trigger when Harbor p99 latency is higher than 10 seconds
2522

26-
## ProjectQuotaIsRaisingTheLimit
27-
This alerts trigger when the usage of the storage of any project is getting close to the limit
23+
## HarborErrorRateisHigh
24+
This alert trigger when Harbor Error Rate is High
25+
## ProjectQuotaIsRaisingTheLimit
26+
This alerts trigger when the usage of the storage of any project is getting close to the limit
File renamed without changes.

resources/harbor/README-v2.2.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Harbor
2+
3+
Harbor is an open-source container registry, originally developed by VMware and now under the CNCF umbrella. Although many of us typically use
4+
hosted container registries such as DockerHub, Quay, ECR, GCR or ACR; when you need a self-hosted registry, Harbor is a great choice.
5+
Harbor provides great features such as RBAC, replication and image scanning.
6+
7+
# Prometheus and exporters
8+
9+
Harbor is already instrumented so you don't have to add any extra exporter.
10+
11+
```
12+
helm install harbor harbor/harbor
13+
```
14+
15+
16+
# Attributions
17+
Configuration files and dashboards are maintained by [Sysdig team](https://sysdig.com/).

resources/harbor/description.yaml renamed to resources/harbor/description-v1.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ app: Harbor
44
version: 1.0.0
55
appVersion:
66
- '1.1'
7-
descriptionFile: README.md
7+
descriptionFile: README-v1.1.md
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: v1
2+
kind: Description
3+
app: Harbor
4+
version: 1.0.0
5+
appVersion:
6+
- '2.2'
7+
descriptionFile: README-v2.2.md

0 commit comments

Comments
 (0)