Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
value: /var/run/secrets/kubernetes.io/serviceaccount/config
containers:
- name: seaweedfs-admin
image: chrislusf/seaweedfs:latest
image: chrislusf/seaweedfs:4.40
imagePullPolicy: Always
env:
- name: SEAWEEDFS_ADMIN_PASSWORD
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: seaweed
namespace: seaweedfs-instance
spec:
image: chrislusf/seaweedfs:latest
image: chrislusf/seaweedfs:4.40
volumeServerDiskCount: 1
hostSuffix: "seaweedfs-instance.svc.cluster.local"
master:
Expand Down
Loading