From 2b029660c3173ba6fe5df98c0ec29ab9a8ce89b1 Mon Sep 17 00:00:00 2001 From: Micah Nagel <micah.nagel@parsons.com> Date: Mon, 31 Jan 2022 23:17:05 +0000 Subject: [PATCH] Update Velero to 1.7.1 --- chart/templates/velero/values.yaml | 4 ++-- chart/values.yaml | 2 +- scripts/package/synker.yaml | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/chart/templates/velero/values.yaml b/chart/templates/velero/values.yaml index 689c49884e..16642a6be6 100644 --- a/chart/templates/velero/values.yaml +++ b/chart/templates/velero/values.yaml @@ -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 diff --git a/chart/values.yaml b/chart/values.yaml index cc69df8284..9ded587b8a 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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: {} diff --git a/scripts/package/synker.yaml b/scripts/package/synker.yaml index 200e470db8..51bc6e50d6 100644 --- a/scripts/package/synker.yaml +++ b/scripts/package/synker.yaml @@ -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 -- GitLab