Skip to content

Minio: move all `enabled` configuration to global

Jason Plum requested to merge global-minio into master

Move the configuration of x.minio.enabled to global.minio.enabled.

  • All charts now use .Values.global.minio.enabled
  • Remove all chart-local minio.enabled
  • Add deprecation handling (via detect & fail messages) to NOTES.txt

Relates to #502 (closed)

https://gitlab.com/charts/gitlab/issues/502#note_86943718

Part of replacement for !378 (closed) (per https://gitlab.com/charts/gitlab/merge_requests/378#note_88582248)

cc @twk3 @Ahmadposten

Merge request reports