Skip to content

Commit 1485fe2

Browse files
committed
fix(csv): remove regex on base64 image data
1 parent 121d933 commit 1485fe2

File tree

6 files changed

+2
-55
lines changed

6 files changed

+2
-55
lines changed

deploy/chart/templates/0000_50_olm_02-clusterserviceversion.crd.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ spec:
121121
base64data:
122122
type: string
123123
description: Base64 binary representation of the icon image
124-
pattern: ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
125124
mediatype:
126125
type: string
127126
description: Mediatype for the binary data specified in the base64data property

deploy/ocp/manifests/0.8.1/0000_50_olm_02-clusterserviceversion.crd.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ spec:
123123
base64data:
124124
type: string
125125
description: Base64 binary representation of the icon image
126-
pattern: ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
127126
mediatype:
128127
type: string
129128
description: Mediatype for the binary data specified in the base64data property

deploy/okd/manifests/0.8.1/0000_50_olm_02-clusterserviceversion.crd.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ spec:
123123
base64data:
124124
type: string
125125
description: Base64 binary representation of the icon image
126-
pattern: ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
127126
mediatype:
128127
type: string
129128
description: Mediatype for the binary data specified in the base64data property

deploy/upstream/manifests/0.8.1/0000_50_olm_02-clusterserviceversion.crd.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ spec:
123123
base64data:
124124
type: string
125125
description: Base64 binary representation of the icon image
126-
pattern: ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
127126
mediatype:
128127
type: string
129128
description: Mediatype for the binary data specified in the base64data property

0 commit comments

Comments
 (0)