File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,13 @@ The `make catalog` target accepts the following variables:
137
137
| ** Makefile Variable** | ** Description** | ** Default value** |
138
138
| -----------------------| ---------------------------| -----------------------------------------------------|
139
139
| ` BUNDLE_IMG ` | Operator bundle image URL | ` quay.io/kuadrant/limitador-operator-bundle:latest ` |
140
+ | ` REPLACES_VERSION ` | Previous operator version | ` 0.0.0-alpha ` |
141
+ | ` CHANNELS ` | Catalog channels | ` preview ` |
140
142
141
143
``` sh
142
- make catalog [BUNDLE_IMG= quay.io/kuadrant/limitador-operator-bundle:latest]
144
+ make catalog [BUNDLE_IMG= quay.io/kuadrant/limitador-operator-bundle:latest] \
145
+ [REPLACES_VERSION= 0.0.0-alpha] \
146
+ [CHANNELS= preview]
143
147
```
144
148
145
149
* Build the catalog image from the manifests
You can’t perform that action at this time.
0 commit comments