Skip to content

Commit daab98c

Browse files
committed
fixed links in docs and added FLUSS_VERSION var
1 parent fa68422 commit daab98c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/install-deploy/deploying-with-helm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Before installing the Fluss Helm chart, ensure you have:
1515
- Helm
1616
- A running ZooKeeper ensemble (required for coordination)
1717
- Sufficient cluster resources for the deployment
18-
- **For Local Development**: Minikube and Docker (see [Local Development with Minikube](#local-development-with-minikube))
18+
- **For Local Development**: Minikube and Docker (see [Local Development with Minikube](#running-fluss-locally-with-minikube))
1919

2020
## Supported Versions
2121

@@ -24,7 +24,7 @@ Before installing the Fluss Helm chart, ensure you have:
2424
| [Kubernetes](https://kubernetes.io) | v1.19+ | v1.25+ |
2525
| [Helm](https://helm.sh) | v3.8.0+ | v3.18.6+ |
2626
| [ZooKeeper](https://zookeeper.apache.org) | v3.6+ | v3.8+ |
27-
| [Apache Fluss](https://fluss.apache.org/docs/) (Container Image) | v0.8-SNAPSHOT | v0.8-SNAPSHOT |
27+
| [Apache Fluss](https://fluss.apache.org/docs/) (Container Image) | $FLUSS_VERSION$ | $FLUSS_VERSION$ |
2828
| [Minikube](https://minikube.sigs.k8s.io) (Local Development) | v1.25+ | v1.32+ |
2929
| [Docker](https://docs.docker.com/) (Local Development) | v20.10+ | v24.0+ |
3030

@@ -59,7 +59,7 @@ To build images directly in Minikube you need to configure the Docker CLI to use
5959
eval $(minikube docker-env)
6060
```
6161

62-
To build custom images please refer to [Custom Image Configuration](#custom-image-configuration)
62+
To build custom images please refer to [Custom Container Images](#custom-container-images).
6363

6464
### Installing the chart on a cluster
6565

@@ -173,7 +173,7 @@ The following table lists the configurable parameters of the Fluss chart and the
173173
|-----------|-------------|---------|
174174
| `image.registry` | Container image registry | `""` |
175175
| `image.repository` | Container image repository | `fluss` |
176-
| `image.tag` | Container image tag | `0.8-SNAPSHOT` |
176+
| `image.tag` | Container image tag | `$FLUSS_VERSION$` |
177177
| `image.pullPolicy` | Container image pull policy | `IfNotPresent` |
178178
| `image.pullSecrets` | Container image pull secrets | `[]` |
179179

0 commit comments

Comments
 (0)