mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 08:29:18 -03:00
fix(volsnc): unlock type
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user