This is an automated email from the ASF dual-hosted git repository. jark pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fluss.git
commit e69e4f4017af95281d2f7cb7eec1b050c1615e58 Author: Jark Wu <[email protected]> AuthorDate: Mon Oct 27 10:20:16 2025 +0800 [helm] Bump helm version to 0.9.0-incubating --- docker/helm/Chart.yaml | 4 ++-- docker/helm/README.md | 4 ++-- docker/helm/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/helm/Chart.yaml b/docker/helm/Chart.yaml index 9394d9bee..15e6872f7 100644 --- a/docker/helm/Chart.yaml +++ b/docker/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.8-SNAPSHOT" +appVersion: "0.9.0-incubating" type: application -version: 0.1.0 +version: 0.9.0-incubating home: https://fluss.apache.org icon: https://fluss.apache.org/img/logo/svg/colored_logo.svg maintainers: diff --git a/docker/helm/README.md b/docker/helm/README.md index d329f2682..cee8fdaed 100644 --- a/docker/helm/README.md +++ b/docker/helm/README.md @@ -13,7 +13,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.8-SNAPSHOT | +| [Apache Fluss](https://fluss.apache.org/docs/) | v0.9.0-incubating | ## Image requirements @@ -26,7 +26,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.8-SNAPSHOT . +docker build -t fluss/fluss:0.9.0-incubating . ``` ## Overview diff --git a/docker/helm/values.yaml b/docker/helm/values.yaml index baa4dac25..7785a1326 100644 --- a/docker/helm/values.yaml +++ b/docker/helm/values.yaml @@ -23,7 +23,7 @@ image: registry: "" repository: fluss - tag: "0.8-SNAPSHOT" + tag: "0.9.0-incubating" pullPolicy: IfNotPresent pullSecrets: []
