diff --git a/library/ix-dev/charts/minio/Chart.yaml b/library/ix-dev/charts/minio/Chart.yaml index 7f74a99ae3..5da6257905 100644 --- a/library/ix-dev/charts/minio/Chart.yaml +++ b/library/ix-dev/charts/minio/Chart.yaml @@ -3,7 +3,7 @@ description: High Performance, Kubernetes Native Object Storage annotations: title: MinIO type: application -version: 2.0.2 +version: 2.0.3 apiVersion: v2 appVersion: "2023-03-13" kubeVersion: ">=1.16.0-0" diff --git a/library/ix-dev/charts/minio/migrations/migrate b/library/ix-dev/charts/minio/migrations/migrate index f5df328037..f729f2eebd 100755 --- a/library/ix-dev/charts/minio/migrations/migrate +++ b/library/ix-dev/charts/minio/migrations/migrate @@ -73,7 +73,7 @@ def migrate_common_lib(values): 'type': 'hostPath', 'hostPathConfig': {'hostPath': e['hostPath']}, 'mountPath': e['mountPath'], - 'readOnly': e['readOnly'], + 'readOnly': e.get('readOnly', False), } for e in values.get('extraAppVolumeMounts', []) ],