Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update seaweedfs version #1845

Merged
merged 2 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/image-deps-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ on:
seaweedfs_version:
description: 'SeaweedFS version for discovering image versions'
required: false
default: "3.79"

jobs:
compile-buildtools:
Expand Down Expand Up @@ -79,7 +78,7 @@ jobs:
INPUT_VELERO_VERSION: ${{ github.event.inputs.velero_version }}
INPUT_VELERO_AWS_PLUGIN_VERSION: ${{ github.event.inputs.velero_aws_plugin_version }}
INPUT_KUBECTL_VERSION: ${{ github.event.inputs.kubectl_version }}
INPUT_SEAWEEDFS_VERSION: ${{ github.event.inputs.seaweedfs_version }}
INPUT_SEAWEEDFS_VERSION: ${{ github.event.inputs.seaweedfs_version || '3.79' }}
ARCHS: "amd64,arm64"
run: |
chmod +x ./output/bin/buildtools
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/update-addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
seaweedfs_chart_version:
description: 'SeaweedFS chart version for updating the chart and images'
required: false
default: "4.0.379"
jobs:
build:
name: Build
Expand Down Expand Up @@ -68,7 +67,7 @@ jobs:
CHARTS_DESTINATION: registry.replicated.com/ec-charts
INPUT_OPENEBS_CHART_VERSION: ${{ github.event.inputs.openebs_chart_version }}
INPUT_VELERO_CHART_VERSION: ${{ github.event.inputs.velero_chart_version }}
INPUT_SEAWEEDFS_CHART_VERSION: ${{ github.event.inputs.seaweedfs_chart_version }}
INPUT_SEAWEEDFS_CHART_VERSION: ${{ github.event.inputs.seaweedfs_chart_version || '4.0.379' }}
ARCHS: "amd64,arm64"
run: |
chmod 755 ./output/bin/buildtools
Expand Down
6 changes: 3 additions & 3 deletions pkg/addons/seaweedfs/static/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# $ make buildtools
# $ output/bin/buildtools update addon <addon name>
#
version: 4.0.384
version: 4.0.379
location: oci://proxy.replicated.com/anonymous/registry.replicated.com/ec-charts/seaweedfs
images:
seaweedfs:
repo: proxy.replicated.com/anonymous/replicated/ec-seaweedfs
tag:
amd64: 3.84-r1-amd64@sha256:bbf639c52960754cd8ab0282c47098aa9628bc5294d2c63990b282b06e226ded
arm64: 3.84-r1-arm64@sha256:a63e7d93fe0bc1a0dc4e71750eb5b1a0e874e017330bcd4489c1abae394fbc0a
amd64: 3.79-r0-amd64@sha256:f86f30cf779f30a08293db302141cb3d2bf693b23d2c4af64575ce00c26cc783
arm64: 3.79-r0-arm64@sha256:bfe68bc9e38fd4686a0ba5c825600ccd2dc18343f613f574a240330d34c6eb42
Loading