Skip to content

Commit 13e96c3

Browse files
committed
[hotfix][docs] Fix broken variable ${FLUSS_QUICKSTART_FLINK_VERSION}
1 parent 0fd87f6 commit 13e96c3

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
@@ -135,7 +135,7 @@ services:
135135
#end
136136
#begin Flink cluster
137137
jobmanager:
138-
image: fluss/quickstart-flink:${FLUSS_QUICKSTART_FLINK_VERSION}
138+
image: fluss/quickstart-flink:1.20-$FLUSS_VERSION_SHORT$
139139
ports:
140140
- "8083:8081"
141141
command: jobmanager
@@ -148,7 +148,7 @@ services:
148148
volumes:
149149
- shared-tmpfs:/tmp/paimon
150150
taskmanager:
151-
image: fluss/quickstart-flink:${FLUSS_QUICKSTART_FLINK_VERSION}
151+
image: fluss/quickstart-flink:1.20-$FLUSS_VERSION_SHORT$
152152
depends_on:
153153
- jobmanager
154154
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)