Skip to content

Commit 68e0836

Browse files
authored
Unpin seaweedfs version (#1983)
1 parent bce2ecc commit 68e0836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
INPUT_VELERO_VERSION: ${{ github.event.inputs.velero_version }}
7979
INPUT_VELERO_AWS_PLUGIN_VERSION: ${{ github.event.inputs.velero_aws_plugin_version }}
8080
INPUT_KUBECTL_VERSION: ${{ github.event.inputs.kubectl_version }}
81-
INPUT_SEAWEEDFS_VERSION: ${{ github.event.inputs.seaweedfs_version || '3.79' }}
81+
INPUT_SEAWEEDFS_VERSION: ${{ github.event.inputs.seaweedfs_version }}
8282
ARCHS: "amd64,arm64"
8383
run: |
8484
chmod +x ./output/bin/buildtools

0 commit comments

Comments
 (0)