fix: image pull error new version for seaweedfs

This commit is contained in:
2026-01-15 15:40:16 +01:00
parent 830a8ba927
commit cc71d1b631
3 changed files with 58 additions and 65 deletions

View File

@@ -8,9 +8,64 @@ metadata:
spec: spec:
project: default project: default
source: source:
repoURL: https://git.cloud-infra.prod.openmailserver.de/stabify/gitops.git chart: seaweedfs
targetRevision: HEAD repoURL: https://seaweedfs.github.io/seaweedfs/helm
path: infrastructure/seaweedfs targetRevision: 3.59.0
helm:
values: |
image:
registry: "docker.io"
repository: "chrislusf/seaweedfs"
tag: "4.06"
volume:
replicas: 3
persistence:
enabled: true
size: 10Gi
storageClass: longhorn
resources: {}
master:
replicas: 3
resources: {}
filer:
replicas: 2
ingress:
enabled: true
className: traefik
# Chart expects annotations as string.
annotations: |
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: filer.seaweedfs.apps.internal.k3s.stabify.de
paths:
- path: /
pathType: Prefix
tls:
- secretName: seaweedfs-filer-tls
hosts:
- filer.seaweedfs.apps.internal.k3s.stabify.de
s3:
enabled: true
replicas: 2
ingress:
enabled: true
className: traefik
# Chart expects annotations as string.
annotations: |
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: s3.apps.internal.k3s.stabify.de
paths:
- path: /
pathType: Prefix
tls:
- secretName: seaweedfs-s3-tls
hosts:
- s3.apps.internal.k3s.stabify.de
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: seaweedfs namespace: seaweedfs

View File

@@ -1,10 +0,0 @@
apiVersion: v2
name: seaweedfs-bootstrap
description: Wrapper chart for SeaweedFS
type: application
version: 1.0.0
appVersion: "3.59"
dependencies:
- name: seaweedfs
version: 3.59.0
repository: https://seaweedfs.github.io/seaweedfs/helm

View File

@@ -1,52 +0,0 @@
seaweedfs:
image:
registry: "docker.io"
repository: "/chrislusf/seaweedfs"
tag: "4.06"
volume:
replicas: 3
persistence:
enabled: true
size: 10Gi
storageClass: longhorn
resources: {}
master:
replicas: 3
resources: {}
filer:
replicas: 2
ingress:
enabled: true
className: traefik
annotations: |
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: filer.seaweedfs.apps.internal.k3s.stabify.de
paths:
- path: /
pathType: Prefix
tls:
- secretName: seaweedfs-filer-tls
hosts:
- filer.seaweedfs.apps.internal.k3s.stabify.de
s3:
enabled: true
replicas: 2
ingress:
enabled: true
className: traefik
annotations: |
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: s3.apps.internal.k3s.stabify.de
paths:
- path: /
pathType: Prefix
tls:
- secretName: seaweedfs-s3-tls
hosts:
- s3.apps.internal.k3s.stabify.de