From a2282cc731f74d726db69390752a87723588f82d Mon Sep 17 00:00:00 2001 From: ties Date: Thu, 29 Aug 2024 09:45:00 +0000 Subject: [PATCH] Add README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d891b9e --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Usage: + +``` +apiVersion: v2 +name: gitea +description: Gitea Helm chart for Kubernetes +type: application +version: 1.0.0 +appVersion: 1.0.0 +icon: https://gitea.com/assets/img/logo.svg + +dependencies: + - name: gitea + repository: https://dl.gitea.com/charts/ + version: 10.4.0 + condition: subchart + - name: chart_template + repository: __TO_BE_DEFINED__ + version: 1.0.0 +``` \ No newline at end of file