From 8ae576fd7733aa0747f7ef1f57e38ab01ac4e366 Mon Sep 17 00:00:00 2001 From: QJoly Date: Tue, 20 Jun 2023 09:30:09 +0200 Subject: [PATCH] common: ch description & add keywords --- charts/common/Chart.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 647146a..caf3530 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -description: Helm chart for deployment generic app on Kubernetes +description: Helm chart for generic monolithic app on Kubernetes maintainers: - name: QJOLY email: github@thoughtless.eu @@ -10,6 +10,9 @@ kubeVersion: ">= 1.18" home: https://github.com/QJoly/generic-helm-template keywords: - generic + - monolithic + - ingress-route + - ingress sources: - https://github.com/QJoly/generic-helm-template