Skip to content

Commit 96d2af0

Browse files
authored
[SeaweedFS] Update SeaweedFS credentials (#277)
1 parent d192e65 commit 96d2af0

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

charts/mlrun-ce/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: mlrun-ce
3-
version: 0.11.0-rc.24
3+
version: 0.11.0-rc.25
44
description: MLRun Open Source Stack
55
home: https://iguazio.com
66
icon: https://www.iguazio.com/wp-content/uploads/2019/10/Iguazio-Logo.png

charts/mlrun-ce/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ SeaweedFS Admin UI is available at:
8181
{{ .Values.global.externalHostAddress }}:{{ .Values.seaweedfs.adminService.nodePort | default 30093 }}
8282
{{- end }}
8383
{{- end }}
84-
- S3 credentials: minio / minio123
84+
- S3 credentials: {{ .Values.s3.accessKey }} / {{ .Values.s3.secretKey }}
8585
{{- end }}
8686
{{- end }}
8787

charts/mlrun-ce/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ global:
2626
# to access the S3-compatible storage backend (SeaweedFS)
2727
# =============================================================================
2828
s3:
29-
accessKey: "minio"
30-
secretKey: "minio123"
29+
accessKey: "seaweed"
30+
secretKey: "seaweed123"
3131
bucket: "mlrun"
3232

3333
nuclio:
@@ -365,8 +365,8 @@ seaweedfs:
365365
enabled: true # Default is false
366366
port: 23646
367367
secret:
368-
adminUser: "minio"
369-
adminPassword: "minio123"
368+
adminUser: "seaweed"
369+
adminPassword: "seaweed123"
370370
dataDir: "/data"
371371
# Storage: use PVC instead of default emptyDir
372372
data:

0 commit comments

Comments
 (0)