File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2323 seaweedfs_version :
2424 description : ' SeaweedFS version for discovering image versions'
2525 required : false
26- default : " 3.79"
2726
2827jobs :
2928 compile-buildtools :
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
Original file line number Diff line number Diff line change 1414 seaweedfs_chart_version :
1515 description : ' SeaweedFS chart version for updating the chart and images'
1616 required : false
17- default : " 4.0.379"
1817jobs :
1918 build :
2019 name : Build
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
You can’t perform that action at this time.
0 commit comments