minio-importer: auto create images bucket on postInstall
diff --git a/apps/minio/importer/chart/Init.yaml b/apps/minio/importer/chart/Init.yaml
new file mode 100644
index 0000000..9844b51
--- /dev/null
+++ b/apps/minio/importer/chart/Init.yaml
@@ -0,0 +1,8 @@
+postInstall:
+ callAction:
+ - app: object-store
+ action: create-bucket-with-webhook
+ args:
+ WebhookURL: http://minio-importer.app-minio-importer.svc/new_object
+ # http://{{ .Chart.Name }}.{{ .Release.Namespace }}.svc:{{ .Values.servicePort }}/new_object
+ BucketName: images
\ No newline at end of file
diff --git a/apps/minio/importer/chart/minio-importer.tar.gz b/apps/minio/importer/chart/minio-importer.tar.gz
index 69ae512..4c3bb91 100644
--- a/apps/minio/importer/chart/minio-importer.tar.gz
+++ b/apps/minio/importer/chart/minio-importer.tar.gz
Binary files differ