UNCLASSIFIED - NO CUI

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

Merge branch 'update-velero-tag-2.31.8-bb.3' into 'master'

Updated velero plugin images

Closes platform-one/big-bang/apps/cluster-utilities/velero#37

See merge request platform-one/big-bang/bigbang!2256
parents 3423283a 521a222e
No related branches found
No related tags found
1 merge request!2256Updated velero plugin images
Pipeline #1096123 passed with warnings
......@@ -55,7 +55,7 @@ initContainers:
{{- range .Values.addons.velero.plugins }}
{{- if eq . "aws" }}
- name: velero-plugin-for-aws
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.5.1
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.5.2
imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" $.Values.addons.velero.values }}
volumeMounts:
- mountPath: /target
......@@ -93,7 +93,7 @@ initContainers:
{{- end }}
{{- if eq . "csi" }}
- name: velero-plugin-for-csi
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.3.1
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.3.2
imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" $.Values.addons.velero.values }}
volumeMounts:
- mountPath: /target
......
......@@ -1347,7 +1347,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero.git
path: "./chart"
tag: "2.31.8-bb.2"
tag: "2.31.8-bb.3"
# -- Flux reconciliation overrides specifically for the Velero 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