minio-importer: helm chart
diff --git a/apps/minio/importer/chart/Schema.yaml b/apps/minio/importer/chart/Schema.yaml
new file mode 100644
index 0000000..5bf0a23
--- /dev/null
+++ b/apps/minio/importer/chart/Schema.yaml
@@ -0,0 +1,5 @@
+schema: |
+  type Image {
+    id: ID!
+    objectPath: String! @search(by: [exact])
+  }