Skip to content

Commit d6db26a

Browse files
committed
[docs] Updating catalog generation variables
1 parent 6abaa13 commit d6db26a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/development.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,13 @@ The `make catalog` target accepts the following variables:
137137
| **Makefile Variable** | **Description** | **Default value** |
138138
|-----------------------|---------------------------|-----------------------------------------------------|
139139
| `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` |
140142

141143
```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]
143147
```
144148

145149
* Build the catalog image from the manifests

0 commit comments

Comments
 (0)