This is an automated email from the ASF dual-hosted git repository. yuxia pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fluss.git
commit e632c574ec317cdb97385c2ed97b0f882ac2053d Author: yuxia <[email protected]> AuthorDate: Fri Feb 6 20:11:25 2026 +0800 [helm] Bump helm version to 0.10.0 --- helm/Chart.yaml | 4 ++-- helm/README.md | 6 +++--- helm/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 1ce54e281..875a8db82 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -19,9 +19,9 @@ apiVersion: v2 name: fluss description: A Helm chart for Kubernetes to deploy Apache Fluss CoordinatorServer and TabletServers. -appVersion: "0.9.0-incubating" +appVersion: "0.10.0-incubating" type: application -version: 0.9.0-incubating +version: 0.10.0-incubating home: https://fluss.apache.org icon: https://fluss.apache.org/img/logo/svg/colored_logo.svg maintainers: diff --git a/helm/README.md b/helm/README.md index 1bed78e9e..f09750c48 100644 --- a/helm/README.md +++ b/helm/README.md @@ -30,7 +30,7 @@ It requires a Zookeeper ensemble to be running in the same Kubernetes cluster. I | [Minikube](https://minikube.sigs.k8s.io/docs/) | v1.36.0 | | [Kubernetes](https://kubernetes.io) | v1.25.3 | | [Helm](https://helm.sh) | v3.18.6 | -| [Apache Fluss](https://fluss.apache.org/docs/) | v0.9.0-incubating | +| [Apache Fluss](https://fluss.apache.org/docs/) | v0.10.0-incubating | ## Image requirements @@ -43,7 +43,7 @@ In minikube, you can use the local Docker daemon to build the image without push ```bash eval $(minikube -p minikube docker-env) -docker build -t fluss/fluss:0.9.0-incubating . +docker build -t fluss/fluss:0.10.0-incubating . ``` ## Overview @@ -106,4 +106,4 @@ Set resources with requests/limits as appropriate for production. There are no d - Image pull errors: - If using a private registry, configure image.pullSecrets and ensure the image repository/tag are correct. - Pods not ready: ensure ZooKeeper is reachable and ports 9123 are open. -- Connection failures: check advertised.listeners configuration and DNS resolution within the cluster by using kubectl exec to get a shell in a pod and test connectivity (using nc). \ No newline at end of file +- Connection failures: check advertised.listeners configuration and DNS resolution within the cluster by using kubectl exec to get a shell in a pod and test connectivity (using nc). diff --git a/helm/values.yaml b/helm/values.yaml index 120ca1dfb..6483c9410 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -23,7 +23,7 @@ image: registry: "" repository: apache/fluss - tag: "0.9.0-incubating" + tag: "0.10.0-incubating" pullPolicy: IfNotPresent pullSecrets: []
