From 26d336266f3e6e64f0949412ee340e7117df9284 Mon Sep 17 00:00:00 2001 From: ties Date: Tue, 27 Aug 2024 15:42:07 +0000 Subject: [PATCH] Add Chart.yaml --- Chart.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Chart.yaml diff --git a/Chart.yaml b/Chart.yaml new file mode 100644 index 0000000..bfe673a --- /dev/null +++ b/Chart.yaml @@ -0,0 +1,14 @@ +apiVersion: v2 +name: chart_name +description: chart_dscription +type: application +version: 0.0.0 +appVersion: 0.0.0 +icon: chart_icon +annotations: + namespace: chart_namespace + +dependencies: + - name: chart_name + repository: chart_repo + version: 0.0.0 \ No newline at end of file