UNCLASSIFIED - NO CUI

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

Update Velero to 1.7.1

parent 4c4b101f
No related branches found
No related tags found
3 merge requests!1658Draft: Merge branch 'tempo_tracing_updates' into 'master',!1386Master,!1306Update Velero to 1.7.1
Pipeline #670273 passed
......@@ -30,7 +30,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.2.0
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.3.0
imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" $.Values.addons.velero.values }}
volumeMounts:
- mountPath: /target
......@@ -45,7 +45,7 @@ initContainers:
{{- end }}
{{- if eq . "azure" }}
- name: velero-plugin-for-azure
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.2.0
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.3.1
imagePullPolicy: {{ dig "image" "pullPolicy" "IfNotPresent" $.Values.addons.velero.values }}
volumeMounts:
- mountPath: /target
......
......@@ -1143,7 +1143,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero.git
path: "./chart"
tag: "2.23.6-bb.4"
tag: "2.27.3-bb.0"
# -- Flux reconciliation overrides specifically for the Velero Package
flux: {}
......
......@@ -36,6 +36,9 @@ source:
- registry1.dso.mil/ironbank/gitlab/gitlab/kubectl:13.9.0
- registry1.dso.mil/ironbank/opensource/kubernetes-1.21/kubectl:v1.21.2
- registry1.dso.mil/ironbank/opensource/istio/install-cni:1.11.3
# NOTE: We use the velero AWS plugin in CI so it isn't listed here
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.1.2
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.3.1
# Images used by pipeline-templates
# NOTE: These are __not__ fully inclusive yet, see this issue for updates: https://repo1.dso.mil/platform-one/big-bang/bigbang/-/issues/145
- registry.il2.dso.mil/platform-one/devops/pipeline-templates/pipeline-job/sonar-scanner-dotnet31:4.10
......
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