mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 11:06:11 +08:00
* bump version and common * update values * update templtes * update ui * add migration * missed one * keep version on test train in order to test migration in storage section * fix migration value * update appversion to reflect the actual version
35 lines
623 B
YAML
35 lines
623 B
YAML
# When inside the versioned minio folder, run:
|
|
# helm dependency update
|
|
# helm template -f ix_values.yaml -f ci/logsearch-values.yaml .
|
|
|
|
# Always use a unique hostPath for each test
|
|
|
|
minioCreds:
|
|
rootUser: minio_test
|
|
rootPass: minio_test
|
|
|
|
minioMultiMode:
|
|
- /data{1...4}
|
|
|
|
minioStorage:
|
|
- type: pvc
|
|
mountPath: /data1
|
|
- type: pvc
|
|
mountPath: /data2
|
|
- type: pvc
|
|
mountPath: /data3
|
|
- type: pvc
|
|
mountPath: /data4
|
|
|
|
minioLogging:
|
|
logsearch:
|
|
enabled: true
|
|
diskCapacityGB: 5
|
|
pgData:
|
|
type: pvc
|
|
pgBackup:
|
|
type: emptyDir
|
|
emptyDirConfig:
|
|
size: ""
|
|
medium: ""
|