UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit 5cc70718 authored by Micah Nagel's avatar Micah Nagel
Browse files

Update BB Base to 2.0.0

parent bf8e7fb2
No related branches found
No related tags found
1 merge request!43Update BB Base to 2.0.0
Pipeline #861709 passed
......@@ -3,6 +3,11 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [4.4.16-bb.3] - 2022-06-28
### Updated
- Updated bb base image to 2.0.0
- Disabled tenant job by default (no longer needed)
## [4.4.16-bb.2] - 2022-06-17
### Updated
- Updated tests/images.txt to have the correct console image version
......
# minio-operator
![Version: 4.4.16-bb.2](https://img.shields.io/badge/Version-4.4.16--bb.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.4.16](https://img.shields.io/badge/AppVersion-v4.4.16-informational?style=flat-square)
![Version: 4.4.16-bb.3](https://img.shields.io/badge/Version-4.4.16--bb.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.4.16](https://img.shields.io/badge/AppVersion-v4.4.16-informational?style=flat-square)
A Helm chart for MinIO Operator
......@@ -97,9 +97,9 @@ helm install minio-operator chart/
| serviceAccount.name | string | `""` | |
| imagePullSecrets | list | `[]` | |
| annotations | object | `{}` | |
| tenantPatchJob.enabled | bool | `true` | |
| tenantPatchJob.enabled | bool | `false` | |
| tenantPatchJob.image.repository | string | `"registry1.dso.mil/ironbank/big-bang/base"` | |
| tenantPatchJob.image.tag | string | `"1.17.0"` | |
| tenantPatchJob.image.tag | string | `"2.0.0"` | |
| tenantPatchJob.image.pullSecrets[0] | string | `"private-registry"` | |
| installCRDs | bool | `true` | |
......
apiVersion: v2
description: A Helm chart for MinIO Operator
name: minio-operator
version: 4.4.16-bb.2
version: 4.4.16-bb.3
appVersion: v4.4.16
keywords:
- storage
......
......@@ -102,10 +102,10 @@ annotations: {}
# Used in templates/bigbang/tenant-patch-job.yaml
# Needed for operator upgrade.go logic to cleanly upgrade from bb v4.2.3 to v4.4.3
tenantPatchJob:
enabled: true
enabled: false
image:
repository: registry1.dso.mil/ironbank/big-bang/base
tag: 1.17.0
tag: 2.0.0
pullSecrets:
- private-registry
installCRDs: true
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