Skip to content

Commit 063793b

Browse files
committed
[hotfix][docs] Fix broken variable ${FLUSS_QUICKSTART_FLINK_VERSION}
1 parent 88f49dc commit 063793b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

website/docs/maintenance/observability/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ services:
146146
#end
147147
#begin Flink cluster
148148
jobmanager:
149-
image: fluss/quickstart-flink:${FLUSS_QUICKSTART_FLINK_VERSION}
149+
image: fluss/quickstart-flink:1.20-$FLUSS_VERSION_SHORT$
150150
ports:
151151
- "8083:8081"
152152
command: jobmanager
@@ -159,7 +159,7 @@ services:
159159
volumes:
160160
- shared-tmpfs:/tmp/paimon
161161
taskmanager:
162-
image: fluss/quickstart-flink:${FLUSS_QUICKSTART_FLINK_VERSION}
162+
image: fluss/quickstart-flink:1.20-$FLUSS_VERSION_SHORT$
163163
depends_on:
164164
- jobmanager
165165
command: taskmanager

website/docs/streaming-lakehouse/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
sidebar_label: "Lakehouse Overview"
23
sidebar_position: 1
34
---
45

0 commit comments

Comments
 (0)