UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 8d2002fe authored by Lynn Still's avatar Lynn Still Committed by Michael McLeroy
Browse files

Minio Operator and Minio Instance Upgrade to V4.1.2

parent 71463f9f
No related branches found
No related tags found
1 merge request!685Minio Operator and Minio Instance Upgrade to V4.1.2
......@@ -116,6 +116,9 @@ curl https://repo1.dso.mil/platform-one/big-bang/bigbang/-/raw/master/scripts/de
* [!463](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/merge_requests/463): Update CODEOWNERS
### Upgrade Notice
#### Sonarqube Release Information
This release comes with a new version of Sonarqube which requires a manual database upgrade that can be easily done through the web interface. If you see a message stating Sonarqube is under maintenance go to the following url and click update database:
```
https://sonarqube.your.url/setup
......
......@@ -10,4 +10,13 @@ podAnnotations:
imagePullSecrets:
- name: private-registry
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
controlPlaneCidr: {{ .Values.networkPolicies.controlPlaneCidr }}
monitoring:
enabled: {{ .Values.monitoring.enabled }}
{{- end -}}
......@@ -18,6 +18,7 @@ monitoring:
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
controlPlaneCidr: {{ .Values.networkPolicies.controlPlaneCidr }}
ingressLabels:
{{- $gateway := default "public" .Values.addons.minio.ingress.gateway }}
{{- $default := dict "app" (dig "gateways" $gateway "ingressGateway" nil .Values.istio) "istio" nil }}
......@@ -28,7 +29,12 @@ podAnnotations:
traffic.sidecar.istio.io/includeInboundPorts: "*"
traffic.sidecar.istio.io/excludeInboundPorts: "9443"
imagePullSecrets:
- name: private-registry
tenants:
imagePullSecret:
name: private-registry
secrets:
accessKey: {{ .Values.addons.minio.accesskey | default "minio" }}
secretKey: {{ .Values.addons.minio.secretkey | default "minio123" }}
{{- end -}}
......@@ -534,7 +534,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator.git
path: "./chart"
tag: "2.0.9-bb.3"
tag: "4.1.2-bb.1"
# -- Flux reconciliation overrides specifically for the Minio Operator Package
flux: {}
......@@ -551,7 +551,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git
path: "./chart"
tag: "2.0.9-bb.13"
tag: "4.1.2-bb.4"
# -- Flux reconciliation overrides specifically for the Minio Package
flux: {}
......@@ -919,7 +919,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git
path: "./chart"
tag: "0.1.6-bb.8"
tag: "0.1.7-bb.1"
# -- Flux reconciliation overrides specifically for the Mattermost Package
flux: {}
......
......@@ -336,6 +336,8 @@ addons:
minio:
enabled: false
values:
upgradeTenants:
enabled: true
zones:
servers: 1
volumesPerServer: 1
......@@ -355,6 +357,8 @@ addons:
memory: 128Mi
limits: {}
minio:
upgradeTenants:
enabled: true
zones:
servers: 1
volumesPerServer: 1
......
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