From 52cd7629775f1a061d3be6aa7aa6f0d6cbd05c2f Mon Sep 17 00:00:00 2001 From: dd di cesare Date: Wed, 19 Jun 2024 17:04:19 +0200 Subject: [PATCH] [helm] Enhancing Chart.yaml --- charts/limitador-operator/Chart.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/charts/limitador-operator/Chart.yaml b/charts/limitador-operator/Chart.yaml index 3d114ab2..5b0793ae 100644 --- a/charts/limitador-operator/Chart.yaml +++ b/charts/limitador-operator/Chart.yaml @@ -1,6 +1,18 @@ apiVersion: v2 name: limitador-operator -description: A Helm chart for Limitador Operator +description: Kubernetes operator for managing Limitador instances, a rate limiting service to protect your APIs. +home: https://kuadrant.io +icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png +keywords: + - limitador + - rate limiting + - service protection + - kubernetes + - kuadrant +sources: + - https://github.com/Kuadrant/limitador-operator/ + - https://github.com/Kuadrant/limitador/ +kubeVersion: ">=1.19.0-0" type: application # The version will be properly set when the chart is released matching the operator version version: "0.0.0"