From 3f9615988b707a85a28cf628f9c6857a5d207e8d Mon Sep 17 00:00:00 2001 From: alhendrickson Date: Wed, 15 Jul 2026 15:04:08 +0000 Subject: [PATCH] feat(helm): Add additional info into Chart.yaml --- helm-charts/medcat-service-helm/Chart.yaml | 14 ++++++++++++++ helm-charts/medcat-trainer-helm/Chart.yaml | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/helm-charts/medcat-service-helm/Chart.yaml b/helm-charts/medcat-service-helm/Chart.yaml index d6d3ba9..cf11ec8 100644 --- a/helm-charts/medcat-service-helm/Chart.yaml +++ b/helm-charts/medcat-service-helm/Chart.yaml @@ -23,8 +23,22 @@ version: 0.0.1 # It is recommended to use it with quotes. appVersion: "1.3.2" +keywords: + - cogstack + - medcat + - nlp + - annotation + - biomedical + - rest-api + +home: https://docs.cogstack.org/ +sources: + - https://github.com/CogStack/cogstack-platform + - https://github.com/CogStack/cogstack-nlp + maintainers: - name: alhendrickson email: alistair@cogstack.org + url: https://github.com/CogStack icon: "https://avatars.githubusercontent.com/u/28688163" diff --git a/helm-charts/medcat-trainer-helm/Chart.yaml b/helm-charts/medcat-trainer-helm/Chart.yaml index 6f3773b..aa4d599 100644 --- a/helm-charts/medcat-trainer-helm/Chart.yaml +++ b/helm-charts/medcat-trainer-helm/Chart.yaml @@ -23,9 +23,23 @@ version: 0.4.2 # It is recommended to use it with quotes. appVersion: "3.7.1" +keywords: + - cogstack + - medcat + - nlp + - trainer + - annotation + - biomedical + +home: https://docs.cogstack.org/ +sources: + - https://github.com/CogStack/cogstack-platform + - https://github.com/CogStack/cogstack-nlp + maintainers: - name: alhendrickson email: alistair@cogstack.org + url: https://github.com/CogStack icon: "https://avatars.githubusercontent.com/u/28688163"