From 48f950c5b0e0afa7fdd06bb3eeb104bb0a290e1b Mon Sep 17 00:00:00 2001 From: dd di cesare Date: Thu, 28 Sep 2023 19:02:06 +0200 Subject: [PATCH] [docs] Updating catalog generation variables --- doc/development.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/development.md b/doc/development.md index 02428e4f..803332c7 100644 --- a/doc/development.md +++ b/doc/development.md @@ -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