Skip to content

Commit a3f3a04

Browse files
committed
[helm] Bump version to 0.8.0-incubating
1 parent 920eb33 commit a3f3a04

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docker/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
apiVersion: v2
2020
name: fluss
2121
description: A Helm chart for Kubernetes to deploy Apache Fluss CoordinatorServer and TabletServers.
22-
appVersion: "0.8-SNAPSHOT"
22+
appVersion: "0.8.0-incubating"
2323
type: application
24-
version: 0.1.0
24+
version: 0.8.0-incubating
2525
home: https://fluss.apache.org
2626
icon: https://fluss.apache.org/img/logo/svg/colored_logo.svg
2727
maintainers:

docker/helm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It requires a Zookeeper ensemble to be running in the same Kubernetes cluster. I
1313
| [Minikube](https://minikube.sigs.k8s.io/docs/) | v1.36.0 |
1414
| [Kubernetes](https://kubernetes.io) | v1.25.3 |
1515
| [Helm](https://helm.sh) | v3.18.6 |
16-
| [Apache Fluss](https://fluss.apache.org/docs/) | v0.8-SNAPSHOT |
16+
| [Apache Fluss](https://fluss.apache.org/docs/) | v0.8.0-incubating |
1717

1818

1919
## Image requirements
@@ -26,7 +26,7 @@ In minikube, you can use the local Docker daemon to build the image without push
2626

2727
```bash
2828
eval $(minikube -p minikube docker-env)
29-
docker build -t fluss/fluss:0.8-SNAPSHOT .
29+
docker build -t fluss/fluss:0.8.0-incubating .
3030
```
3131

3232
## Overview

docker/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
image:
2424
registry: ""
2525
repository: fluss
26-
tag: "0.8-SNAPSHOT"
26+
tag: "0.8.0-incubating"
2727
pullPolicy: IfNotPresent
2828
pullSecrets: []
2929

0 commit comments

Comments
 (0)