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


The following commit(s) were added to refs/heads/release-0.8 by this push:
     new a3f3a04c3 [helm] Bump version to 0.8.0-incubating
a3f3a04c3 is described below

commit a3f3a04c344f05c99211e91507ced2288b5311bc
Author: Jark Wu <[email protected]>
AuthorDate: Thu Oct 23 20:21:24 2025 +0800

    [helm] Bump version to 0.8.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..5c6ae5888 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.8.0-incubating"
 type: application
-version: 0.1.0
+version: 0.8.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..5f343fdf4 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.8.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.8.0-incubating .
 ```
 
 ## Overview
diff --git a/docker/helm/values.yaml b/docker/helm/values.yaml
index baa4dac25..70d04e570 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.8.0-incubating"
   pullPolicy: IfNotPresent
   pullSecrets: []
 

Reply via email to