Skip to content

Commit ead5968

Browse files
authored
Pin seaweedfs to 3.79 (#1844)
1 parent cf15f27 commit ead5968

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

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

2827
jobs:
2928
compile-buildtools:
@@ -79,7 +78,7 @@ jobs:
7978
INPUT_VELERO_VERSION: ${{ github.event.inputs.velero_version }}
8079
INPUT_VELERO_AWS_PLUGIN_VERSION: ${{ github.event.inputs.velero_aws_plugin_version }}
8180
INPUT_KUBECTL_VERSION: ${{ github.event.inputs.kubectl_version }}
82-
INPUT_SEAWEEDFS_VERSION: ${{ github.event.inputs.seaweedfs_version }}
81+
INPUT_SEAWEEDFS_VERSION: ${{ github.event.inputs.seaweedfs_version || '3.79' }}
8382
ARCHS: "amd64,arm64"
8483
run: |
8584
chmod +x ./output/bin/buildtools

.github/workflows/update-addons.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
seaweedfs_chart_version:
1515
description: 'SeaweedFS chart version for updating the chart and images'
1616
required: false
17-
default: "4.0.379"
1817
jobs:
1918
build:
2019
name: Build
@@ -68,7 +67,7 @@ jobs:
6867
CHARTS_DESTINATION: registry.replicated.com/ec-charts
6968
INPUT_OPENEBS_CHART_VERSION: ${{ github.event.inputs.openebs_chart_version }}
7069
INPUT_VELERO_CHART_VERSION: ${{ github.event.inputs.velero_chart_version }}
71-
INPUT_SEAWEEDFS_CHART_VERSION: ${{ github.event.inputs.seaweedfs_chart_version }}
70+
INPUT_SEAWEEDFS_CHART_VERSION: ${{ github.event.inputs.seaweedfs_chart_version || '4.0.379' }}
7271
ARCHS: "amd64,arm64"
7372
run: |
7473
chmod 755 ./output/bin/buildtools

0 commit comments

Comments
 (0)