UNCLASSIFIED - NO CUI

Upgrade Mattermost Minio

General MR

Summary

Updating minio-instance from 7.1.1-bb.0 to 7.1.1-bb.16. Skipping bb-mr because there will already be an MR for the required changes to make this package MR run successfully.

Relevant logs/screenshots

Screenshot_2026-01-27_at_2.42.34_PM

Linked Issue

issue

Upgrade Notices

Mattermost 11.3.0-bb.2 upgrade updates Big Bang MinIO dependency chart to 7.1.1-bb.16. MinIO chart now follows a passthrough refactor which are included in this upgrade. If you are planning to use MinIO with Mattermost please see the breaking change for MinIO in the 7.1.1-bb.9 Upgrade Notice as shown below:

MinIO 7.1.1-bb.9 Upgrade Notice

This release of MinIO migrates the chart to the passthrough pattern.

Values overrides are now nested under the upstream key. For example:

mattermost:
  values:
    minio:
      tenant:
        pools:
        - name: pool-0
          servers: 3
          volumesPerServer: 4

becomes:

mattermost:
  values:
    minio:
      upstream:
        tenant:
          pools:
          - name: pool-0
            servers: 3
            volumesPerServer: 4

Umbrella Branch

mattermost-minio-fixes

Edited by Justin Guidry

Merge request reports

Loading