commit 26d336266f3e6e64f0949412ee340e7117df9284 Author: ties Date: Tue Aug 27 15:42:07 2024 +0000 Add 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