This is an automated email from the ASF dual-hosted git repository.
ipolyzos pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new d4748f235 [helm] Fix .helmignore to not package tests (#2847)
d4748f235 is described below
commit d4748f23541353e31c92cd301dafe056183f381c
Author: Lorenzo Affetti <[email protected]>
AuthorDate: Thu Mar 26 13:08:27 2026 +0100
[helm] Fix .helmignore to not package tests (#2847)
---
helm/.helmignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/helm/.helmignore b/helm/.helmignore
index 0e8a0eb36..994089acc 100644
--- a/helm/.helmignore
+++ b/helm/.helmignore
@@ -21,3 +21,6 @@
.idea/
*.tmproj
.vscode/
+
+# helm-unittest
+tests