Skip to content

Commit

Permalink
[docs] Updating catalog generation variables
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Sep 29, 2023
1 parent 7bfb8ee commit 48f950c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,13 @@ The `make catalog` target accepts the following variables:
| **Makefile Variable** | **Description** | **Default value** |
|-----------------------|---------------------------|-----------------------------------------------------|
| `BUNDLE_IMG` | Operator bundle image URL | `quay.io/kuadrant/limitador-operator-bundle:latest` |
| `REPLACES_VERSION` | Previous operator version | `0.0.0-alpha` |
| `CHANNELS` | Catalog channels | `preview` |

```sh
make catalog [BUNDLE_IMG=quay.io/kuadrant/limitador-operator-bundle:latest]
make catalog [BUNDLE_IMG=quay.io/kuadrant/limitador-operator-bundle:latest] \
[REPLACES_VERSION=0.0.0-alpha] \
[CHANNELS=preview]
```

* Build the catalog image from the manifests
Expand Down

0 comments on commit 48f950c

Please sign in to comment.