mirror of
https://github.com/truenas/charts.git
synced 2026-04-27 20:13:21 +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:
@@ -12,9 +12,7 @@ minioNetwork:
|
||||
certificateID: 1
|
||||
|
||||
minioStorage:
|
||||
- type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Namespace }}/data1
|
||||
datasetName: ""
|
||||
- type: pvc
|
||||
mountPath: /data1
|
||||
|
||||
minioLogging:
|
||||
@@ -22,13 +20,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