Skip to content

Commit

Permalink
feat: update seaweedfs version (#868)
Browse files Browse the repository at this point in the history
updated seaweedfs version

Co-authored-by: emosbaugh <[email protected]>
  • Loading branch information
replicated-ci and emosbaugh authored Jul 29, 2024
1 parent f09427f commit ed32d92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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:
seaweedfs: 3.71-r1@sha256:00052fac6ea86bea6364d895fd91cb8d3a06756c4b3cc13e02da5cf850e6aa7b
seaweedfs: 3.71-r1@sha256:1089b455e0281a809620354f56a0d294e90d2d8c961dfc1a226e91bc5a63e1e0
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/replicated/ec-seaweedfs:3.71-r1@sha256:00052fac6ea86bea6364d895fd91cb8d3a06756c4b3cc13e02da5cf850e6aa7b'
imageOverride: 'proxy.replicated.com/anonymous/replicated/ec-seaweedfs:3.71-r1@sha256:1089b455e0281a809620354f56a0d294e90d2d8c961dfc1a226e91bc5a63e1e0'
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/replicated/ec-seaweedfs:3.71-r1@sha256:00052fac6ea86bea6364d895fd91cb8d3a06756c4b3cc13e02da5cf850e6aa7b'
imageOverride: 'proxy.replicated.com/anonymous/replicated/ec-seaweedfs:3.71-r1@sha256:1089b455e0281a809620354f56a0d294e90d2d8c961dfc1a226e91bc5a63e1e0'
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/replicated/ec-seaweedfs:3.71-r1@sha256:00052fac6ea86bea6364d895fd91cb8d3a06756c4b3cc13e02da5cf850e6aa7b'
imageOverride: 'proxy.replicated.com/anonymous/replicated/ec-seaweedfs:3.71-r1@sha256:1089b455e0281a809620354f56a0d294e90d2d8c961dfc1a226e91bc5a63e1e0'
podAnnotations:
backup.velero.io/backup-volumes: data-filer,seaweedfs-filer-log-volume
data:
Expand Down

0 comments on commit ed32d92

Please sign in to comment.