diff --git a/chart/templates/velero/values.yaml b/chart/templates/velero/values.yaml index 689c49884e180ef8b358c5bc555324962018db1b..16642a6be672fba27b11b9c2cd768934cbbc8503 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 cc69df828446afe9bdaaca5910b79e45488548ce..9ded587b8ac9ad6279d15682157d1e9c43e6202f 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 200e470db813f49827bfdc837e456b204c4bcf79..51bc6e50d6787b83f63e98c34dd94984608fe7bb 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