This is an automated email from the ASF dual-hosted git repository. jark pushed a commit to branch release-0.8 in repository https://gitbox.apache.org/repos/asf/fluss.git
commit 163e3a422bd31cd9ecf1e8e3563df2d7e1f1a17f Author: David <[email protected]> AuthorDate: Fri Oct 31 12:17:34 2025 +0100 [helm] Move helm charts from `docker/helm` into dedicated `helm` directory in project root (#1917) (cherry picked from commit 84b06ac6ef18ea629106e77755bee4b1963edd55) --- {docker/helm => helm}/.helmignore | 0 {docker/helm => helm}/Chart.yaml | 0 {docker/helm => helm}/DISCLAIMER | 0 {docker/helm => helm}/LICENSE | 0 {docker/helm => helm}/NOTICE | 0 {docker/helm => helm}/README.md | 0 {docker/helm => helm}/templates/_helpers.tpl | 0 {docker/helm => helm}/templates/configmap.yaml | 0 {docker/helm => helm}/templates/sts-coordinator.yaml | 0 {docker/helm => helm}/templates/sts-tablet.yaml | 0 {docker/helm => helm}/templates/svc-coordinator.yaml | 0 {docker/helm => helm}/templates/svc-tablet.yaml | 0 {docker/helm => helm}/values.yaml | 0 13 files changed, 0 insertions(+), 0 deletions(-) diff --git a/docker/helm/.helmignore b/helm/.helmignore similarity index 100% rename from docker/helm/.helmignore rename to helm/.helmignore diff --git a/docker/helm/Chart.yaml b/helm/Chart.yaml similarity index 100% rename from docker/helm/Chart.yaml rename to helm/Chart.yaml diff --git a/docker/helm/DISCLAIMER b/helm/DISCLAIMER similarity index 100% rename from docker/helm/DISCLAIMER rename to helm/DISCLAIMER diff --git a/docker/helm/LICENSE b/helm/LICENSE similarity index 100% rename from docker/helm/LICENSE rename to helm/LICENSE diff --git a/docker/helm/NOTICE b/helm/NOTICE similarity index 100% rename from docker/helm/NOTICE rename to helm/NOTICE diff --git a/docker/helm/README.md b/helm/README.md similarity index 100% rename from docker/helm/README.md rename to helm/README.md diff --git a/docker/helm/templates/_helpers.tpl b/helm/templates/_helpers.tpl similarity index 100% rename from docker/helm/templates/_helpers.tpl rename to helm/templates/_helpers.tpl diff --git a/docker/helm/templates/configmap.yaml b/helm/templates/configmap.yaml similarity index 100% rename from docker/helm/templates/configmap.yaml rename to helm/templates/configmap.yaml diff --git a/docker/helm/templates/sts-coordinator.yaml b/helm/templates/sts-coordinator.yaml similarity index 100% rename from docker/helm/templates/sts-coordinator.yaml rename to helm/templates/sts-coordinator.yaml diff --git a/docker/helm/templates/sts-tablet.yaml b/helm/templates/sts-tablet.yaml similarity index 100% rename from docker/helm/templates/sts-tablet.yaml rename to helm/templates/sts-tablet.yaml diff --git a/docker/helm/templates/svc-coordinator.yaml b/helm/templates/svc-coordinator.yaml similarity index 100% rename from docker/helm/templates/svc-coordinator.yaml rename to helm/templates/svc-coordinator.yaml diff --git a/docker/helm/templates/svc-tablet.yaml b/helm/templates/svc-tablet.yaml similarity index 100% rename from docker/helm/templates/svc-tablet.yaml rename to helm/templates/svc-tablet.yaml diff --git a/docker/helm/values.yaml b/helm/values.yaml similarity index 100% rename from docker/helm/values.yaml rename to helm/values.yaml
