apps-minio: migrate to helm chart
diff --git a/apps/minio/chart/Chart.yaml b/apps/minio/chart/Chart.yaml
new file mode 100644
index 0000000..0936fbc
--- /dev/null
+++ b/apps/minio/chart/Chart.yaml
@@ -0,0 +1,15 @@
+apiVersion: v2
+name: object-store
+version: 1.0.0
+description: Provide Object store interface
+type: application
+sources:
+  - https://github.com/giolekva/pcloud/tree/master/apps/minio
+dependencies:
+  - name: minio
+    version: 5.0.25
+    repository: https://kubernetes-charts.storage.googleapis.com
+mainteners:
+  - name: Giorgi Lekveishvili
+    url: https://github.com/giolekva
+appVersion: 1.0.0