UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e2cbd091 authored by Branden Cobb's avatar Branden Cobb
Browse files

minio update

parent c44a82a0
No related branches found
No related tags found
1 merge request!104minio update
......@@ -3,10 +3,13 @@
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).
---
## [7.3.0-bb.1] - 2022-10-05
### Updated
- updated minio and gluon dependencies
## [7.3.0-bb.0] - 2022-09-27
### Changed
- ironbank/opensource/mattermost/mattermost updated from 7.2.0 to 7.3.0
- updated Gluon to `0.3.1`
## [7.2.0-bb.1] - 2022-09-28
### Changed
......
# mattermost
![Version: 7.3.0-bb.0](https://img.shields.io/badge/Version-7.3.0--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.3.0](https://img.shields.io/badge/AppVersion-7.3.0-informational?style=flat-square)
![Version: 7.3.0-bb.1](https://img.shields.io/badge/Version-7.3.0--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.3.0](https://img.shields.io/badge/AppVersion-7.3.0-informational?style=flat-square)
Deployment of mattermost
......
......@@ -4,9 +4,9 @@ dependencies:
version: 10.3.5
- name: minio-instance
repository: file://./deps/minio
version: 4.4.28-bb.1
version: 4.5.1-bb.0
- name: gluon
repository: oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon
version: 0.2.9
digest: sha256:fffa7e4b2d92cecf283eaee374b85da9ed894c26ae2901cad7e2a3aade94017c
generated: "2022-09-29T11:14:45.512903-06:00"
digest: sha256:9a4e8c1d33e7c676ef41155f48fa7694ccb484fb8c69d1dfe88abb78990ab5e6
generated: "2022-10-05T14:44:47.0815044-07:00"
......@@ -2,7 +2,7 @@
apiVersion: v2
name: mattermost
type: application
version: 7.3.0-bb.0
version: 7.3.0-bb.1
appVersion: 7.3.0
description: "Deployment of mattermost"
keywords:
......@@ -16,7 +16,7 @@ dependencies:
condition: postgresql.install
repository: file://./deps/postgresql
- name: minio-instance
version: 4.4.28-bb.1
version: 4.5.1-bb.0
alias: minio
condition: minio.install
repository: file://./deps/minio
......
File deleted
File added
No preview for this file type
apiVersion: v2
description: A Helm chart for MinIO Operator
name: minio-instance
version: 4.4.28-bb.1
appVersion: v4.4.28
version: 4.5.1-bb.0
appVersion: v4.5.1
keywords:
- storage
- object-storage
......@@ -21,5 +21,5 @@ dependencies:
repository: "oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon"
annotations:
bigbang.dev/applicationVersions: |
- Minio: RELEASE.2022-08-26T19-53-15Z
- Minio: RELEASE.2022-09-25T15-44-53Z
......@@ -5,7 +5,7 @@ metadata:
upstream:
type: git
git:
commit: 1c9eb43c2fbf45e29f42d657b65d9a8d7a01acbd
commit: 82fc468790d25b09d1ba7f114772ee71220a212a
repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio
directory: /chart
ref: 4.4.28-bb.1
ref: 4.5.1-bb.0
......@@ -2,10 +2,15 @@
apiVersion: v1
kind: Secret
metadata:
name: {{ dig "secrets" "name" "" (.Values | merge (dict)) }}-env
name: {{ dig "secrets" "name" "" (.Values | merge (dict)) }}
type: Opaque
stringData:
config.env: |-
export MINIO_ROOT_USER={{ .Values.secrets.accessKey | quote }}
export MINIO_ROOT_PASSWORD={{ .Values.secrets.secretKey | quote }}
{{- end }}
data:
## Access Key for MinIO Tenant
accesskey: {{ dig "secrets" "accessKey" "" (.Values | merge (dict)) | b64enc }}
## Secret Key for MinIO Tenant
secretkey: {{ dig "secrets" "secretKey" "" (.Values | merge (dict)) | b64enc }}
{{- end }}
\ No newline at end of file
{{- if dig "secrets" true (.Values | merge (dict)) }}
apiVersion: v1
kind: Secret
metadata:
name: {{ dig "secrets" "name" "" (.Values | merge (dict)) }}
namespace: {{ .namespace }}
type: Opaque
data:
## Access Key for MinIO Tenant
accesskey: {{ dig "secrets" "accessKey" "" (.Values | merge (dict)) | b64enc }}
## Secret Key for MinIO Tenant
secretkey: {{ dig "secrets" "secretKey" "" (.Values | merge (dict)) | b64enc }}
{{- end }}
\ No newline at end of file
......@@ -30,14 +30,9 @@ spec:
imagePullSecret:
name: {{ dig "imagePullSecret" "name" "" . }}
{{- end }}
{{- if dig "secrets" false ($.Values | merge (dict)) }}
## Secret with credentials to be used by MinIO Tenant.
## Secret with credentials to be used by MinIO Tenant.:
configuration:
name: {{ dig "secrets" "name" "" ($.Values | merge (dict)) }}
## Deprecated credsSecret
credsSecret:
name: {{ dig "secrets" "name" "" ($.Values | merge (dict)) }}
{{- end }}
pools:
{{- range (dig "pools" (list) .) }}
- servers: {{ dig "servers" 4 . }}
......
......@@ -84,7 +84,7 @@ tenant:
## Registry location and Tag to download MinIO Server image
image:
repository: registry1.dso.mil/ironbank/opensource/minio/minio
tag: RELEASE.2022-08-26T19-53-15Z
tag: RELEASE.2022-09-25T15-44-53Z
pullPolicy: IfNotPresent
## Customize namespace for tenant deployment
#namespace: default
......@@ -95,6 +95,10 @@ tenant:
## If a scheduler is specified here, Tenant pods will be dispatched by specified scheduler.
## If not specified, the Tenant pods will be dispatched by default scheduler.
scheduler: { }
## Secret name that contains additional environment variable configurations.
## The secret is expected to have a key named config.env containing environment variables exports.
configuration:
name: minio1-env-configuration
## Specification for MinIO Pool(s) in this Tenant.
pools:
## Servers specifies the number of MinIO Tenant Pods / Servers in this pool.
......@@ -172,6 +176,7 @@ tenant:
s3:
## This feature is turned off by default
bucketDNS: false
domains: { }
## List of bucket names to create during tenant provisioning
buckets: [ ]
## List of secret names to use for generating MinIO users during tenant provisioning
......@@ -310,6 +315,7 @@ tenant:
annotations: { }
labels: { }
nodeSelector: { }
tolerations: [ ]
affinity:
nodeAffinity: { }
podAffinity: { }
......
......@@ -6,4 +6,4 @@ mattermostoperator:
miniooperator:
git: "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator.git"
namespace: "minio-operator"
branch: "4.4.28-bb.2"
branch: "4.5.1-bb.0"
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