UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 49c4cb37 authored by bhearn's avatar bhearn Committed by Micah Nagel
Browse files

bump velero tag

parent 67d947e8
No related branches found
No related tags found
1 merge request!647bump velero tag
......@@ -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