mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 19:16:17 +08:00
minio/test - migrate storage section (adds acl), update container image (#1994)
* 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
This commit is contained in:
@@ -21,21 +21,13 @@ minioMultiMode:
|
||||
- /data{1...4}
|
||||
|
||||
minioStorage:
|
||||
- type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/data1
|
||||
datasetName: ""
|
||||
- type: pvc
|
||||
mountPath: /data1
|
||||
- type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/data2
|
||||
datasetName: ""
|
||||
- type: pvc
|
||||
mountPath: /data2
|
||||
- type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/data3
|
||||
datasetName: ""
|
||||
- type: pvc
|
||||
mountPath: /data3
|
||||
- type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/data4
|
||||
datasetName: ""
|
||||
- type: pvc
|
||||
mountPath: /data4
|
||||
|
||||
minioLogging:
|
||||
@@ -43,13 +35,12 @@ minioLogging:
|
||||
enabled: true
|
||||
diskCapacityGB: 5
|
||||
pgData:
|
||||
type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/postgres_data
|
||||
datasetName: ""
|
||||
type: pvc
|
||||
pgBackup:
|
||||
type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/postgres_backup
|
||||
datasetName: ""
|
||||
type: emptyDir
|
||||
emptyDirConfig:
|
||||
size: ""
|
||||
medium: ""
|
||||
|
||||
ixCertificates:
|
||||
"1":
|
||||
|
||||
Reference in New Issue
Block a user