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

chore: update seaweedfs images #843

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion pkg/addons/seaweedfs/static/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
version: 4.0.0
location: oci://proxy.replicated.com/anonymous/registry.replicated.com/ec-charts/seaweedfs
images:
chrislusf/seaweedfs: 3.71@sha256:2829e52cd2f653cfb900cbbbc72f4c3fda0e8ab785429a80514090cdd73dec8c
seaweedfs: 3.71-r1@sha256:7034ce32190e73eb5ba0058c9fc10b60e2b272b10b789ec3c7fb062a554bc39a
6 changes: 3 additions & 3 deletions pkg/addons/seaweedfs/static/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ global:
replicationPlacment: "001"
registry: "proxy.replicated.com/anonymous/"
master:
imageOverride: 'proxy.replicated.com/anonymous/chrislusf/seaweedfs:3.71@sha256:2829e52cd2f653cfb900cbbbc72f4c3fda0e8ab785429a80514090cdd73dec8c'
imageOverride: 'proxy.replicated.com/anonymous/replicated/ec-seaweedfs:3.71-r1@sha256:7034ce32190e73eb5ba0058c9fc10b60e2b272b10b789ec3c7fb062a554bc39a'
replicas: 1
disableHttp: true
volumeSizeLimitMB: 30000
Expand All @@ -43,7 +43,7 @@ master:
volume:
# replicas must be at least replication (2) + 1 = 3
replicas: 3
imageOverride: 'proxy.replicated.com/anonymous/chrislusf/seaweedfs:3.71@sha256:2829e52cd2f653cfb900cbbbc72f4c3fda0e8ab785429a80514090cdd73dec8c'
imageOverride: 'proxy.replicated.com/anonymous/replicated/ec-seaweedfs:3.71-r1@sha256:7034ce32190e73eb5ba0058c9fc10b60e2b272b10b789ec3c7fb062a554bc39a'
podAnnotations:
backup.velero.io/backup-volumes: data
affinity: |
Expand Down Expand Up @@ -78,7 +78,7 @@ volume:
maxVolumes: 50
filer:
replicas: 3
imageOverride: 'proxy.replicated.com/anonymous/chrislusf/seaweedfs:3.71@sha256:2829e52cd2f653cfb900cbbbc72f4c3fda0e8ab785429a80514090cdd73dec8c'
imageOverride: 'proxy.replicated.com/anonymous/replicated/ec-seaweedfs:3.71-r1@sha256:7034ce32190e73eb5ba0058c9fc10b60e2b272b10b789ec3c7fb062a554bc39a'
podAnnotations:
backup.velero.io/backup-volumes: data-filer,seaweedfs-filer-log-volume
data:
Expand Down
Loading