Skip to content
Merged
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
4 changes: 2 additions & 2 deletions packages/services/seaweedfs/seaweedfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

apiVersion: v1alpha1
name: seaweedfs
tag: 4.17.0-p1
tag: 4.17.0-p2
protected: false
description: |
SeaweedFS is a simple and highly scalable distributed file system. There are the objectives to store billions of files and to serve the files fast!
Expand Down Expand Up @@ -291,7 +291,7 @@ modules:
extraVolumes: |
- name: auth-config
configMap:
name: {{ .Release.metadata.name }}-auth-config-seaweedfs-auth-config
name: {{ .Release.metadata.name }}-auth-config

extraVolumeMounts: |
- name: auth-config
Expand Down
Loading