Skip to content

Upgrade 3fs image to 20250329 #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Firstly, download following images from docker hub, and upload them to your regi

- open3f3/foundationdb:7.3.63
- open3fs/clickhouse:25.1-jammy
- open3fs/3fs:20250327
- open3fs/3fs:YYYYMMDD

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

Expand Down
2 changes: 1 addition & 1 deletion cluster.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ images:
# repo contains the namespace and name of the image.
repo: "open3fs/3fs"
# tag is the image tag.
tag: "20250327"
tag: "20250329"
fdb:
repo: "open3fs/foundationdb"
tag: "7.3.63"
Expand Down
2 changes: 1 addition & 1 deletion cmd/m3fs/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ images:
registry: "{{ .registry }}"
3fs:
repo: "open3fs/3fs"
tag: "20250327"
tag: "20250329"
fdb:
repo: "open3fs/foundationdb"
tag: "7.3.63"
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ func NewConfigWithDefaults() *Config {
Registry: "",
FFFS: Image{
Repo: "open3fs/3fs",
Tag: "20250327",
Tag: "20250329",
},
Fdb: Image{
Repo: "open3fs/foundationdb",
Expand Down