UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit cf8a8ac5 authored by Christopher O'Connell's avatar Christopher O'Connell
Browse files

Merge branch 'dd/minio-operator-vs' into 'master'

minioOperator: update minioOperator chart version

Closes big-bang/product/packages/minio-operator#49

See merge request !3603
parents eaf6a5c8 c4cc3a5e
No related branches found
No related tags found
1 merge request!3603minioOperator: update minioOperator chart version
Pipeline #2610546 passed
......@@ -33,9 +33,16 @@ operator:
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 }}
{{- toYaml (dig "values" "gateways" $gateway "selector" $default .Values.istio) | nindent 4 }}
istio:
enabled: {{ .Values.istio.enabled }}
console:
gateways:
- istio-system/{{ default "public" .Values.addons.minio.ingress.gateway }}
{{- if .Values.istio.enabled }}
annotations:
......
......@@ -1101,15 +1101,19 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/minio-operator.git
path: "./chart"
tag: "5.0.11-bb.0"
tag: "5.0.11-bb.1"
helmRepo:
repoName: "registry1"
chartName: "minio-operator"
tag: "5.0.11-bb.0"
tag: "5.0.11-bb.1"
# -- Flux reconciliation overrides specifically for the Minio Operator Package
flux: {}
# -- Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public".
ingress:
gateway: ""
# -- Values to passthrough to the minio operator chart: https://repo1.dso.mil/big-bang/product/packages/minio-operator.git
values: {}
......
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