From bfa616568a0a924bb220a508735374a7d7d421c4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 30 Jul 2025 14:00:20 +0000 Subject: [PATCH] chore(deps): update velero/velero-plugin-for-aws docker tag to v1.12.2 --- system-apps/velero/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-apps/velero/values.yaml b/system-apps/velero/values.yaml index 8683649..4ba0649 100644 --- a/system-apps/velero/values.yaml +++ b/system-apps/velero/values.yaml @@ -19,7 +19,7 @@ velero: insecureSkipTLSVerify: "true" initContainers: - name: velero-plugin-for-aws - image: velero/velero-plugin-for-aws:v1.12.1 + image: velero/velero-plugin-for-aws:v1.12.2 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target -- 2.49.1