Skip to content

Commit 3e30f8c

Browse files
authored
Upgrade 3fs image to 20250329 (#89)
Signed-off-by: diabloneo <diabloneo@gmail.com>
1 parent 60567c3 commit 3e30f8c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Firstly, download following images from docker hub, and upload them to your regi
159159

160160
- open3f3/foundationdb:7.3.63
161161
- open3fs/clickhouse:25.1-jammy
162-
- open3fs/3fs:20250327
162+
- open3fs/3fs:YYYYMMDD
163163

164164
Then, generating cluster config with `--registry` argument:
165165

Diff for: cluster.yml.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ images:
156156
# repo contains the namespace and name of the image.
157157
repo: "open3fs/3fs"
158158
# tag is the image tag.
159-
tag: "20250327"
159+
tag: "20250329"
160160
fdb:
161161
repo: "open3fs/foundationdb"
162162
tag: "7.3.63"

Diff for: cmd/m3fs/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ images:
111111
registry: "{{ .registry }}"
112112
3fs:
113113
repo: "open3fs/3fs"
114-
tag: "20250327"
114+
tag: "20250329"
115115
fdb:
116116
repo: "open3fs/foundationdb"
117117
tag: "7.3.63"

Diff for: pkg/config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ func NewConfigWithDefaults() *Config {
514514
Registry: "",
515515
FFFS: Image{
516516
Repo: "open3fs/3fs",
517-
Tag: "20250327",
517+
Tag: "20250329",
518518
},
519519
Fdb: Image{
520520
Repo: "open3fs/foundationdb",

0 commit comments

Comments
 (0)