From c4ec615a203151ec113daabdaac8bfd9041e3dca Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Tue, 29 Apr 2025 22:43:44 +0200 Subject: [PATCH] sc delete --- openebs/sc.yaml | 4 ++-- velero/main.yaml | 2 +- velero/src/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openebs/sc.yaml b/openebs/sc.yaml index 6f55ad5..95aedca 100644 --- a/openebs/sc.yaml +++ b/openebs/sc.yaml @@ -8,6 +8,6 @@ parameters: repl: "3" thin: "true" provisioner: io.openebs.csi-mayastor -reclaimPolicy: Retain +reclaimPolicy: Delete volumeBindingMode: Immediate -#allowVolumeExpansion: true \ No newline at end of file +allowVolumeExpansion: true \ No newline at end of file diff --git a/velero/main.yaml b/velero/main.yaml index a876c64..3fd90c4 100644 --- a/velero/main.yaml +++ b/velero/main.yaml @@ -3562,7 +3562,7 @@ spec: name: scratch dnsPolicy: ClusterFirst initContainers: - - image: velero/velero-plugin-for-aws:v1.11.0 + - image: velero/velero-plugin-for-aws:v1.12.0 imagePullPolicy: IfNotPresent name: velero-plugin-for-aws volumeMounts: diff --git a/velero/src/values.yaml b/velero/src/values.yaml index 6f1b083..cb1a500 100644 --- a/velero/src/values.yaml +++ b/velero/src/values.yaml @@ -106,7 +106,7 @@ dnsPolicy: ClusterFirst # If the value is a string then it is evaluated as a template. initContainers: - name: velero-plugin-for-aws - image: velero/velero-plugin-for-aws:v1.11.0 + image: velero/velero-plugin-for-aws:v1.12.0 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target