Skip to content

Commit 50cfe40

Browse files
authored
fix(seaweedfs): pin to version 3.79 (#1835)
1 parent b31b6ba commit 50cfe40

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/image-deps-updater.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323
seaweedfs_version:
2424
description: 'SeaweedFS version for discovering image versions'
2525
required: false
26+
default: "3.79"
2627

2728
jobs:
2829
compile-buildtools:

.github/workflows/update-addons.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
seaweedfs_chart_version:
1515
description: 'SeaweedFS chart version for updating the chart and images'
1616
required: false
17+
default: "4.0.379"
1718
jobs:
1819
build:
1920
name: Build

deploy/images/seaweedfs/apko.tmpl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ contents:
66
keyring:
77
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
88
packages:
9-
- busybox-full # busybox wget needed for seaweedfs-bucket-hook, wget from package repos does not work
9+
- wolfi-base
1010
- seaweedfs~${PACKAGE_VERSION}
1111
- fuse3 # for weed mount
1212

0 commit comments

Comments
 (0)