Skip to content

Commit 1b3d013

Browse files
UPSTREAM: <drop>: make bundle update
1 parent 057192e commit 1b3d013

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

bundle/manifests/oadp.openshift.io_dataprotectionapplications.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,10 @@ spec:
655655
type: string
656656
cpuRequest:
657657
type: string
658+
ephemeralStorageLimit:
659+
type: string
660+
ephemeralStorageRequest:
661+
type: string
658662
memoryLimit:
659663
type: string
660664
memoryRequest:
@@ -757,6 +761,10 @@ spec:
757761
type: string
758762
cpuRequest:
759763
type: string
764+
ephemeralStorageLimit:
765+
type: string
766+
ephemeralStorageRequest:
767+
type: string
760768
memoryLimit:
761769
type: string
762770
memoryRequest:

bundle/manifests/velero.io_backuprepositories.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ spec:
6969
- ""
7070
type: string
7171
resticIdentifier:
72-
description: |-
73-
ResticIdentifier is the full restic-compatible string for identifying
74-
this repository. This field is only used when RepositoryType is "restic".
72+
description: Deprecated
7573
type: string
7674
volumeNamespace:
7775
description: |-

config/crd/bases/oadp.openshift.io_dataprotectionapplications.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,10 @@ spec:
655655
type: string
656656
cpuRequest:
657657
type: string
658+
ephemeralStorageLimit:
659+
type: string
660+
ephemeralStorageRequest:
661+
type: string
658662
memoryLimit:
659663
type: string
660664
memoryRequest:
@@ -757,6 +761,10 @@ spec:
757761
type: string
758762
cpuRequest:
759763
type: string
764+
ephemeralStorageLimit:
765+
type: string
766+
ephemeralStorageRequest:
767+
type: string
760768
memoryLimit:
761769
type: string
762770
memoryRequest:

0 commit comments

Comments
 (0)