Skip to content

Commit e632c57

Browse files
committed
[helm] Bump helm version to 0.10.0
1 parent 1beab98 commit e632c57

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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.9.0-incubating"
22+
appVersion: "0.10.0-incubating"
2323
type: application
24-
version: 0.9.0-incubating
24+
version: 0.10.0-incubating
2525
home: https://fluss.apache.org
2626
icon: https://fluss.apache.org/img/logo/svg/colored_logo.svg
2727
maintainers:

helm/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ It requires a Zookeeper ensemble to be running in the same Kubernetes cluster. I
3030
| [Minikube](https://minikube.sigs.k8s.io/docs/) | v1.36.0 |
3131
| [Kubernetes](https://kubernetes.io) | v1.25.3 |
3232
| [Helm](https://helm.sh) | v3.18.6 |
33-
| [Apache Fluss](https://fluss.apache.org/docs/) | v0.9.0-incubating |
33+
| [Apache Fluss](https://fluss.apache.org/docs/) | v0.10.0-incubating |
3434

3535

3636
## Image requirements
@@ -43,7 +43,7 @@ In minikube, you can use the local Docker daemon to build the image without push
4343

4444
```bash
4545
eval $(minikube -p minikube docker-env)
46-
docker build -t fluss/fluss:0.9.0-incubating .
46+
docker build -t fluss/fluss:0.10.0-incubating .
4747
```
4848

4949
## Overview
@@ -106,4 +106,4 @@ Set resources with requests/limits as appropriate for production. There are no d
106106
- Image pull errors:
107107
- If using a private registry, configure image.pullSecrets and ensure the image repository/tag are correct.
108108
- Pods not ready: ensure ZooKeeper is reachable and ports 9123 are open.
109-
- 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).
109+
- 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).

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: apache/fluss
26-
tag: "0.9.0-incubating"
26+
tag: "0.10.0-incubating"
2727
pullPolicy: IfNotPresent
2828
pullSecrets: []
2929

0 commit comments

Comments
 (0)