Skip to content

Commit 328a610

Browse files
author
Per Goncalves da Silva
committed
Update hack/tools/update-crds.sh for ClusterExtensionRevision API
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
1 parent bdd8246 commit 328a610

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hack/tools/update-crds.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ set -e
77
# The names of the generated CRDs
88
CE="olm.operatorframework.io_clusterextensions.yaml"
99
CC="olm.operatorframework.io_clustercatalogs.yaml"
10+
CR="olm.operatorframework.io_clusterextensionrevisions.yaml"
1011

1112
# order for modules and crds must match
1213
# each item in crds must be unique, and should be associated with a module
13-
modules=("operator-controller" "catalogd")
14-
crds=("${CE}" "${CC}")
14+
modules=("operator-controller" "catalogd" "operator-controller")
15+
crds=("${CE}" "${CC}" "${CR}")
1516

1617
# Channels must much those in the generator
1718
channels=("standard" "experimental")

0 commit comments

Comments
 (0)