UNCLASSIFIED - NO CUI

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

Merge branch '550-velero-bump' into 'master'

bump velero tag

Closes platform-one/big-bang/apps/cluster-utilities/velero#4 and #550

See merge request platform-one/big-bang/bigbang!647
parents 887b7531 49c4cb37
No related branches found
No related tags found
1 merge request!647bump velero tag
Pipeline #375414 failed
......@@ -18,7 +18,7 @@ networkPolicies:
imagePullSecrets:
- name: private-registry
{{- if eq (len .Values.addons.velero.plugins) 0 }}{{- fail "At least one plugin in '.Values.addons.velero.plugins' required. Supported values: aws, azure" }}{{- end }}
{{- if eq (len .Values.addons.velero.plugins) 0 }}{{- fail "At least one plugin in '.Values.addons.velero.plugins' required. Supported values: aws, azure, csi" }}{{- end }}
initContainers:
{{- range .Values.addons.velero.plugins }}
{{- if eq . "aws" }}
......@@ -28,7 +28,8 @@ initContainers:
volumeMounts:
- mountPath: /target
name: plugins
{{- else if eq . "azure" }}
{{- end }}
{{- if eq . "azure" }}
- name: velero-plugin-for-azure
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.2.0
imagePullPolicy: IfNotPresent
......@@ -36,6 +37,16 @@ initContainers:
- mountPath: /target
name: plugins
{{- end }}
{{- if eq . "csi" }}
- name: velero-plugin-for-csi
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.1.2
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
configuration:
features: EnableCSI
{{- end }}
{{- end }}
{{- end -}}
......@@ -915,12 +915,12 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero.git
path: "./chart"
tag: "2.21.1-bb.6"
tag: "2.23.3-bb.0"
# -- Flux reconciliation overrides specifically for the Velero Package
flux: {}
# -- Plugin provider for Velero - requires at least one plugin installed. Current supported values: aws, azure
# -- Plugin provider for Velero - requires at least one plugin installed. Current supported values: aws, azure, csi
plugins: []
# - aws
......
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