UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 73982dbc authored by Michael Martin's avatar Michael Martin Committed by Micah Nagel
Browse files

update minio and minio-operator to 4.4.3-bb.x

parent 2ce3b46a
No related branches found
No related tags found
3 merge requests!1658Draft: Merge branch 'tempo_tracing_updates' into 'master',!1386Master,!1302update minio and minio-operator to 4.4.3-bb.x
......@@ -39,11 +39,16 @@ spec:
valuesKey: "overlays"
# TODO: DRY this up
{{- if .Values.istio.enabled }}
{{- if or .Values.istio.enabled (dig "values" "minio" "enabled" false .Values.addons.vault ) }}
dependsOn:
{{- if .Values.istio.enabled }}
- name: istio
namespace: {{ .Release.Namespace }}
{{- end }}
{{- if (dig "values" "minio" "enabled" false .Values.addons.vault) }}
- name: minio-operator
namespace: {{ $.Release.Namespace }}
{{- end }}
{{- end }}
{{- end }}
......@@ -644,7 +644,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator.git
path: "./chart"
tag: "4.2.3-bb.4"
tag: "4.4.3-bb.2"
# -- Flux reconciliation overrides specifically for the Minio Operator Package
flux: {}
......@@ -661,7 +661,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git
path: "./chart"
tag: "4.2.3-bb.10"
tag: "4.4.3-bb.2"
# -- Flux reconciliation overrides specifically for the Minio Package
flux: {}
......@@ -1044,7 +1044,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git
path: "./chart"
tag: "0.4.0-bb.1"
tag: "0.4.0-bb.2"
# -- Flux reconciliation overrides specifically for the Mattermost Package
flux: {}
......@@ -1217,7 +1217,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/vault.git
path: "./chart"
tag: "0.18.0-bb.5"
tag: "0.18.0-bb.6"
# -- Flux reconciliation overrides specifically for the Vault Package
flux: {}
......
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