UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • big-bang/product/packages/minio-operator
1 result
Show changes
Commits on Source (37)
......@@ -4,7 +4,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [7.0.1-bb.0] (2025-03-22)
### Changed
- registry1.dso.mil/ironbank/opensource/minio/operator v7.0.0 -> v7.0.1
## [7.0.0-bb.1] - 2025-02-11
......@@ -53,6 +55,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Upgraded registry1.dso.mil/ironbank/opensource/minio/operator v6.0.2 -> v6.0.3
## [5.0.16-bb.0] - 2024-07-09
### Upgrade
- Upgrade MinIO Tenant CRD to 5.0.16
## [6.0.3-bb.0] - 2024-08-29
### Changed
- Upgraded registry1.dso.mil/ironbank/opensource/minio/operator v6.0.2 -> v6.0.3
## [6.0.2-bb.2] - 2024-08-26
### Added
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# minio-operator
![Version: 7.0.0-bb.1](https://img.shields.io/badge/Version-7.0.0--bb.1-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.1-bb.0](https://img.shields.io/badge/Version-7.0.1--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v7.0.1](https://img.shields.io/badge/AppVersion-v7.0.1-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
......@@ -14,6 +15,7 @@ A Helm chart for MinIO Operator
This package has no upstream release note links on file. Please add some to [chart/Chart.yaml](chart/Chart.yaml) under `annotations.bigbang.dev/upstreamReleaseNotesMarkdown`.
Example:
```yaml
annotations:
bigbang.dev/upstreamReleaseNotesMarkdown: |
......@@ -60,7 +62,7 @@ helm install minio-operator chart/
| operator.serviceAccountAnnotations | list | `[]` | |
| operator.additionalLabels | object | `{}` | |
| operator.image.repository | string | `"registry1.dso.mil/ironbank/opensource/minio/operator"` | |
| operator.image.tag | string | `"v7.0.0"` | |
| operator.image.tag | string | `"v7.0.1"` | |
| operator.image.pullPolicy | string | `"IfNotPresent"` | |
| operator.sidecarImage.repository | string | `"registry1.dso.mil/ironbank/opensource/minio/operator-sidecar"` | |
| operator.sidecarImage.tag | string | `"v7.0.0"` | |
......@@ -139,4 +141,3 @@ Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in
---
_This file is programatically generated using `helm-docs` and some BigBang-specific templates. The `gluon` repository has [instructions for regenerating package READMEs](https://repo1.dso.mil/big-bang/product/packages/gluon/-/blob/master/docs/bb-package-readme.md)._
......@@ -5,7 +5,7 @@ metadata:
upstream:
type: git
git:
commit: be312970d1f1907073141875ddd749a108e7d7db
commit: e97863ae76fbd76ee424565e1110d6c7039f8fca
repo: https://github.com/minio/operator
directory: /helm/operator
ref: v7.0.0
ref: v7.0.1
File added
......@@ -3,8 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.5
operator.min.io/version: v7.0.0
controller-gen.kubebuilder.io/version: v0.17.2
operator.min.io/version: v7.0.1
name: tenants.minio.min.io
spec:
group: minio.min.io
......@@ -2408,6 +2408,8 @@ spec:
runAsUser:
format: int64
type: integer
seLinuxChangePolicy:
type: string
seLinuxOptions:
properties:
level:
......@@ -3341,6 +3343,8 @@ spec:
runAsUser:
format: int64
type: integer
seLinuxChangePolicy:
type: string
seLinuxOptions:
properties:
level:
......
......@@ -3,8 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.5
operator.min.io/version: v7.0.0
controller-gen.kubebuilder.io/version: v0.17.2
operator.min.io/version: v7.0.1
name: policybindings.sts.min.io
spec:
group: sts.min.io
......
......@@ -34,14 +34,14 @@ operator:
###
# Specify the Operator container image to use for the deployment.
# ``image.tag``
# For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v7.0.0 tag.
# For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v7.0.1 tag.
# The container pulls the image if not already present:
#
# .. code-block:: yaml
#
# image:
# repository: quay.io/minio/operator
# tag: v7.0.0
# tag: v7.0.1
# pullPolicy: IfNotPresent
#
# The chart also supports specifying an image based on digest value:
......@@ -61,14 +61,14 @@ operator:
# Specify the sidecar container image to deploy on tenant pods for init container and sidecar.
# Only need to change this if want to use a different version that the default, or want to set a custom registry.
# ``sidecarImage.tag``
# For example, the following sets the image to the ``quay.io/minio/operator-sidecar`` repo and the v7.0.0 tag.
# For example, the following sets the image to the ``quay.io/minio/operator-sidecar`` repo and the v7.0.1 tag.
# The container pulls the image if not already present:
#
# .. code-block:: yaml
#
# sidecarImage:
# repository: quay.io/minio/operator-sidecar
# tag: v7.0.0
# tag: v7.0.1
# pullPolicy: IfNotPresent
#
# The chart also supports specifying an image based on digest value:
......