File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 78
78
INPUT_VELERO_VERSION : ${{ github.event.inputs.velero_version }}
79
79
INPUT_VELERO_AWS_PLUGIN_VERSION : ${{ github.event.inputs.velero_aws_plugin_version }}
80
80
INPUT_KUBECTL_VERSION : ${{ github.event.inputs.kubectl_version }}
81
- INPUT_SEAWEEDFS_VERSION : ${{ github.event.inputs.seaweedfs_version }}
81
+ INPUT_SEAWEEDFS_VERSION : ${{ github.event.inputs.seaweedfs_version || '3.79' }}
82
82
ARCHS : " amd64,arm64"
83
83
run : |
84
84
chmod +x ./output/bin/buildtools
Original file line number Diff line number Diff line change 67
67
CHARTS_DESTINATION : registry.replicated.com/ec-charts
68
68
INPUT_OPENEBS_CHART_VERSION : ${{ github.event.inputs.openebs_chart_version }}
69
69
INPUT_VELERO_CHART_VERSION : ${{ github.event.inputs.velero_chart_version }}
70
- INPUT_SEAWEEDFS_CHART_VERSION : ${{ github.event.inputs.seaweedfs_chart_version }}
70
+ INPUT_SEAWEEDFS_CHART_VERSION : ${{ github.event.inputs.seaweedfs_chart_version || '4.0.379' }}
71
71
ARCHS : " amd64,arm64"
72
72
run : |
73
73
chmod 755 ./output/bin/buildtools
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ contents:
6
6
keyring :
7
7
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
8
8
packages :
9
- - busybox-full # busybox wget needed for seaweedfs-bucket-hook, wget from package repos does not work
9
+ - wolfi-base
10
10
- seaweedfs~${PACKAGE_VERSION}
11
11
- fuse3 # for weed mount
12
12
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ images:
16
16
openebs-linux-utils :
17
17
repo : proxy.replicated.com/anonymous/replicated/ec-openebs-linux-utils
18
18
tag :
19
- amd64 : 4.1.3-amd64@sha256:f5fb7b9978e8fd2fc918b96f9940adf5f795fd594d2428c8e67ce1e957574a8e
20
- arm64 : 4.1.3-arm64@sha256:bcc8f78abb87472cee8803b527892f34dbebc09488c8429277890006f591f83f
19
+ amd64 : 4.1.3-amd64@sha256:6df513145f2e0fa33a6ffce89581e9970d65108bea8616ac5ac5d33c0a67b895
20
+ arm64 : 4.1.3-arm64@sha256:b44ed4e2a9244ec5a20e3cb28ddbc0fa2fb0c43601c3c7701d8626ea04d07b2e
21
21
openebs-provisioner-localpv :
22
22
repo : proxy.replicated.com/anonymous/replicated/ec-openebs-provisioner-localpv
23
23
tag :
24
- amd64 : 4.1.4-r0-amd64@sha256:37ac863546f51d24966d890099a9d222b9f09a541abad26962d44d1068f11de0
25
- arm64 : 4.1.4-r0-arm64@sha256:1c000074fe4b288a0ec2af4c7bff34312b5d02e9b7e89c6457d2957f02496507
24
+ amd64 : 4.1.4-r0-amd64@sha256:670451b159ba0917097eda82b5d96a3d6215b9e0acecd09eb9f5a5c7bb4b5c12
25
+ arm64 : 4.1.4-r0-arm64@sha256:ed937b81373d5b9fa5a33ceeb1c8636991e13cc5089fddbf359df5748534e630
Original file line number Diff line number Diff line change 5
5
# $ make buildtools
6
6
# $ output/bin/buildtools update addon <addon name>
7
7
#
8
- version : 4.0.384
8
+ version : 4.0.379
9
9
location : oci://proxy.replicated.com/anonymous/registry.replicated.com/ec-charts/seaweedfs
10
10
images :
11
11
seaweedfs :
12
12
repo : proxy.replicated.com/anonymous/replicated/ec-seaweedfs
13
13
tag :
14
- amd64 : 3.84-r1 -amd64@sha256:bbf639c52960754cd8ab0282c47098aa9628bc5294d2c63990b282b06e226ded
15
- arm64 : 3.84-r1 -arm64@sha256:a63e7d93fe0bc1a0dc4e71750eb5b1a0e874e017330bcd4489c1abae394fbc0a
14
+ amd64 : 3.79-r0 -amd64@sha256:f86f30cf779f30a08293db302141cb3d2bf693b23d2c4af64575ce00c26cc783
15
+ arm64 : 3.79-r0 -arm64@sha256:bfe68bc9e38fd4686a0ba5c825600ccd2dc18343f613f574a240330d34c6eb42
You can’t perform that action at this time.
0 commit comments