UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d4db6ec1 authored by Daniel Chen's avatar Daniel Chen
Browse files

bump version

parent 27cae572
No related branches found
No related tags found
1 merge request!229Resolve "Resolve errors from enabling drift detection for MinIO"
Pipeline #4028474 passed
......@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [7.0.0-bb.3] - 2025-03-17
### Changed
- remove pools.securityContext.capabilites is not supported and cause error when enabling drift detection
## [7.0.0-bb.2] - 2025-02-07
### Changed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# minio-instance
![Version: 7.0.0-bb.2](https://img.shields.io/badge/Version-7.0.0--bb.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v7.0.0](https://img.shields.io/badge/AppVersion-v7.0.0-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
![Version: 7.0.0-bb.3](https://img.shields.io/badge/Version-7.0.0--bb.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v7.0.0](https://img.shields.io/badge/AppVersion-v7.0.0-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
A Helm chart for MinIO Operator
......@@ -132,7 +132,6 @@ helm install minio-instance chart/
| tenant.pools[0].securityContext.fsGroup | int | `1001` | |
| tenant.pools[0].securityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| tenant.pools[0].securityContext.runAsNonRoot | bool | `true` | |
| tenant.pools[0].securityContext.capabilities.drop[0] | string | `"ALL"` | |
| tenant.pools[0].containerSecurityContext.runAsUser | int | `1001` | |
| tenant.pools[0].containerSecurityContext.runAsGroup | int | `1001` | |
| tenant.pools[0].containerSecurityContext.runAsNonRoot | bool | `true` | |
......
apiVersion: v2
description: A Helm chart for MinIO Operator
name: minio-instance
version: '7.0.0-bb.2'
version: '7.0.0-bb.3'
appVersion: v7.0.0
keywords:
- storage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment