fix(volsnc): unlock type

This commit is contained in:
Stavros Kois
2024-06-18 18:10:27 +03:00
committed by GitHub
parent bee6fcbd87
commit 0a8dca954d
3 changed files with 7 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ tests:
weekly: 5
accessModes:
- ReadWriteOnce
unlock: "20240617114552"
moverSecurityContext:
fsGroup: 568
runAsUser: 568
@@ -121,6 +122,7 @@ tests:
weekly: 3
accessModes:
- ReadWriteOnce
unlock: "20240617114552"
moverSecurityContext:
fsGroup: 568
runAsUser: 568
@@ -175,6 +177,7 @@ tests:
weekly: 3
accessModes:
- ReadWriteOnce
unlock: "20240617114552"
storageClassName: somestorageclass
moverSecurityContext:
fsGroup: 568
@@ -230,6 +233,7 @@ tests:
weekly: 3
accessModes:
- ReadWriteOnce
unlock: "20240617114552"
volumeSnapshotClassName: somevsc
moverSecurityContext:
fsGroup: 568
@@ -286,6 +290,7 @@ tests:
weekly: 3
accessModes:
- ReadWriteOnce
unlock: "20240617114552"
storageClassName: somestorageclass
volumeSnapshotClassName: somevsc
moverSecurityContext:

View File

@@ -15,7 +15,7 @@ maintainers:
name: common
sources: null
type: library
version: 24.1.0
version: 24.1.1
annotations:
artifacthub.io/category: "integration-delivery"
artifacthub.io/license: "BUSL-1.1"

View File

@@ -55,7 +55,7 @@ spec:
repository: {{ $volsyncData.repository }}
copyMethod: {{ $volsyncData.copyMethod | default "Snapshot" }}
pruneIntervalDays: {{ $volsyncData.src.pruneIntervalDays | default 7 }}
unlock: {{ now | date "20060102150405" }}
unlock: {{ now | date "20060102150405" | quote }}
retain:
hourly: {{ $retain.hourly }}
daily: {{ $retain.daily }}