From 50dd5da1977166b8fcdf0ff9cb0cd9e941ea6078 Mon Sep 17 00:00:00 2001 From: Roman Seyffarth Date: Fri, 25 Mar 2022 11:35:05 +0100 Subject: [PATCH] chore: cleanup chart metadata and documentation --- services/gateway/helm/gateway/Chart.yaml | 11 ++--------- services/gateway/helm/gateway/README.md | 2 +- services/habit/helm/habit/Chart.yaml | 11 ++--------- services/habit/helm/habit/README.md | 2 +- services/report/helm/report/Chart.yaml | 11 ++--------- services/report/helm/report/README.md | 2 +- services/track/helm/track/Chart.yaml | 11 ++--------- services/track/helm/track/README.md | 2 +- services/ui/helm/ui/Chart.yaml | 11 ++--------- services/ui/helm/ui/README.md | 2 +- 10 files changed, 15 insertions(+), 50 deletions(-) diff --git a/services/gateway/helm/gateway/Chart.yaml b/services/gateway/helm/gateway/Chart.yaml index 784ce2ff..619f22d7 100644 --- a/services/gateway/helm/gateway/Chart.yaml +++ b/services/gateway/helm/gateway/Chart.yaml @@ -7,14 +7,7 @@ keywords: - habitcentric - gateway - microservices -home: https://confluence.codecentric.de/display/HAB/habitcentric +home: https://github.com/codecentric/habitcentric/tree/main/services/gateway/helm/gateway sources: - - https://gitlab.com/habitcentric/habitcentric -maintainers: - - name: Michael Follmann - email: michael.follmann@codecentric.de - url: http://gitlab.com/michael.follmann - - name: Dennis Effing - email: dennis.effing@codecentric.de - url: http://gitlab.com/denniseffing + - https://github.com/codecentric/habitcentric engine: gotpl diff --git a/services/gateway/helm/gateway/README.md b/services/gateway/helm/gateway/README.md index e79ab6ec..42162bf1 100644 --- a/services/gateway/helm/gateway/README.md +++ b/services/gateway/helm/gateway/README.md @@ -11,7 +11,7 @@ $ helm install . ## Introduction -This chart bootstraps a [habitcentric gateway](https://gitlab.com/habitcentric/habitcentric/-/tree/main/services/gateway) deployment +This chart bootstraps a [habitcentric gateway](https://github.com/codecentric/habitcentric/tree/main/services/gateway) deployment on a Kubernetes cluster using the Helm package manager. ## Prerequisites diff --git a/services/habit/helm/habit/Chart.yaml b/services/habit/helm/habit/Chart.yaml index 5301bf55..b8e804bc 100644 --- a/services/habit/helm/habit/Chart.yaml +++ b/services/habit/helm/habit/Chart.yaml @@ -7,16 +7,9 @@ keywords: - habitcentric - habit - microservices -home: https://confluence.codecentric.de/display/HAB/habitcentric +home: https://github.com/codecentric/habitcentric/tree/main/services/habit/helm/habit sources: - - https://gitlab.com/habitcentric/habitcentric -maintainers: - - name: Michael Follmann - email: michael.follmann@codecentric.de - url: http://gitlab.com/michael.follmann - - name: Dennis Effing - email: dennis.effing@codecentric.de - url: http://gitlab.com/denniseffing + - https://github.com/codecentric/habitcentric engine: gotpl dependencies: diff --git a/services/habit/helm/habit/README.md b/services/habit/helm/habit/README.md index f3863645..1d649678 100644 --- a/services/habit/helm/habit/README.md +++ b/services/habit/helm/habit/README.md @@ -12,7 +12,7 @@ $ helm install . ## Introduction -This chart bootstraps a [habitcentric habit](https://gitlab.com/habitcentric/habitcentric/-/tree/main/services/habit) deployment +This chart bootstraps a [habitcentric habit](https://github.com/codecentric/habitcentric/tree/main/services/habit) deployment on a Kubernetes cluster using the Helm package manager. ## Prerequisites diff --git a/services/report/helm/report/Chart.yaml b/services/report/helm/report/Chart.yaml index e0df1ba0..a709e467 100644 --- a/services/report/helm/report/Chart.yaml +++ b/services/report/helm/report/Chart.yaml @@ -7,13 +7,6 @@ keywords: - habitcentric - report - microservices -home: https://confluence.codecentric.de/display/HAB/habitcentric +home: https://github.com/codecentric/habitcentric/tree/main/services/report/helm/report sources: - - https://gitlab.com/habitcentric/habitcentric -maintainers: - - name: Dennis Effing - email: dennis.effing@codecentric.de - url: http://gitlab.com/denniseffing - - name: Roman Seyffarth - email: roman.seyffarth@codecentric.de - url: http://gitlab.com/romansey + - https://github.com/codecentric/habitcentric diff --git a/services/report/helm/report/README.md b/services/report/helm/report/README.md index f3a6a128..521ade19 100644 --- a/services/report/helm/report/README.md +++ b/services/report/helm/report/README.md @@ -13,7 +13,7 @@ $ helm install . ## Introduction This chart bootstraps -a [habitcentric report](https://gitlab.com/habitcentric/habitcentric/-/tree/main/services/report) +a [habitcentric report](https://github.com/codecentric/habitcentric/tree/main/services/report) deployment on a Kubernetes cluster using the Helm package manager. ## Prerequisites diff --git a/services/track/helm/track/Chart.yaml b/services/track/helm/track/Chart.yaml index 7a5f0832..8ec49c72 100644 --- a/services/track/helm/track/Chart.yaml +++ b/services/track/helm/track/Chart.yaml @@ -7,16 +7,9 @@ keywords: - habitcentric - track - microservices -home: https://confluence.codecentric.de/display/HAB/habitcentric +home: https://github.com/codecentric/habitcentric/tree/main/services/track/helm/track sources: - - https://gitlab.com/habitcentric/habitcentric -maintainers: - - name: Michael Follmann - email: michael.follmann@codecentric.de - url: https://gitlab.com/michael.follmann - - name: Dennis Effing - email: dennis.effing@codecentric.de - url: https://gitlab.com/denniseffing + - https://github.com/codecentric/habitcentric engine: gotpl dependencies: diff --git a/services/track/helm/track/README.md b/services/track/helm/track/README.md index 11ac9a49..b8e6851d 100644 --- a/services/track/helm/track/README.md +++ b/services/track/helm/track/README.md @@ -12,7 +12,7 @@ $ helm install . ## Introduction -This chart bootstraps a [habitcentric track](https://gitlab.com/habitcentric/habitcentric/-/tree/main/services/track) deployment +This chart bootstraps a [habitcentric track](https://github.com/codecentric/habitcentric/tree/main/services/track) deployment on a Kubernetes cluster using the Helm package manager. ## Prerequisites diff --git a/services/ui/helm/ui/Chart.yaml b/services/ui/helm/ui/Chart.yaml index 94156ec4..c82b2637 100644 --- a/services/ui/helm/ui/Chart.yaml +++ b/services/ui/helm/ui/Chart.yaml @@ -7,14 +7,7 @@ keywords: - habitcentric - ui - microservices -home: https://confluence.codecentric.de/display/HAB/habitcentric +home: https://github.com/codecentric/habitcentric/tree/main/services/ui/helm/ui sources: - - https://gitlab.com/habitcentric/habitcentric -maintainers: - - name: Michael Follmann - email: michael.follmann@codecentric.de - url: http://gitlab.com/michael.follmann - - name: Dennis Effing - email: dennis.effing@codecentric.de - url: http://gitlab.com/denniseffing + - https://github.com/codecentric/habitcentric engine: gotpl diff --git a/services/ui/helm/ui/README.md b/services/ui/helm/ui/README.md index d5c63fff..404475c1 100644 --- a/services/ui/helm/ui/README.md +++ b/services/ui/helm/ui/README.md @@ -11,7 +11,7 @@ $ helm install . ## Introduction -This chart bootstraps a [habitcentric ui](https://gitlab.com/habitcentric/habitcentric/-/tree/main/services/ui) deployment +This chart bootstraps a [habitcentric ui](https://github.com/codecentric/habitcentric/tree/main/services/ui) deployment on a Kubernetes cluster using the Helm package manager. ## Prerequisites