Skip to content

Commit 0a1ca48

Browse files
UPSTREAM: <drop>: make bundle update
1 parent aee8d76 commit 0a1ca48

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

bundle/manifests/oadp.openshift.io_dataprotectionapplications.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,10 @@ spec:
678678
type: string
679679
cpuRequest:
680680
type: string
681+
ephemeralStorageLimit:
682+
type: string
683+
ephemeralStorageRequest:
684+
type: string
681685
memoryLimit:
682686
type: string
683687
memoryRequest:
@@ -794,6 +798,10 @@ spec:
794798
type: string
795799
cpuRequest:
796800
type: string
801+
ephemeralStorageLimit:
802+
type: string
803+
ephemeralStorageRequest:
804+
type: string
797805
memoryLimit:
798806
type: string
799807
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
@@ -678,6 +678,10 @@ spec:
678678
type: string
679679
cpuRequest:
680680
type: string
681+
ephemeralStorageLimit:
682+
type: string
683+
ephemeralStorageRequest:
684+
type: string
681685
memoryLimit:
682686
type: string
683687
memoryRequest:
@@ -794,6 +798,10 @@ spec:
794798
type: string
795799
cpuRequest:
796800
type: string
801+
ephemeralStorageLimit:
802+
type: string
803+
ephemeralStorageRequest:
804+
type: string
797805
memoryLimit:
798806
type: string
799807
memoryRequest:

0 commit comments

Comments
 (0)