From 41c6b84fd5be3725d87aeb0f360a8b581dd34e66 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Fri, 28 Nov 2025 15:23:13 +0800 Subject: [PATCH] add helm chart plugin --- helm-chart-plugin.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 helm-chart-plugin.json diff --git a/helm-chart-plugin.json b/helm-chart-plugin.json new file mode 100644 index 0000000..c85c547 --- /dev/null +++ b/helm-chart-plugin.json @@ -0,0 +1,18 @@ +{ + "name": "helm chart plugin", + "owner": { + "name": "Zhongwei Li", + "email": "zhongweili@tubitv.com" + }, + "plugins": [ + { + "name": "helm chart generation", + "description": "generate helm chart", + "source": { + "source": "url", + "url": "https://git.waymay.us/zhongwei/helm-chart-plugin.git" + }, + "strict": true + } + ] +}