Skip to content

Commit 8b1c893

Browse files
author
Alan Christie
committed
docs: Doc tweak
1 parent d4bf0da commit 8b1c893

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Prerequisites: -
3434
- Python
3535
- Docker
3636
- A kubernetes config file
37+
- A compatible Kubernetes (e.g. 1.23 if the operator is built for 1.22 thru 1.24)
3738

3839
## Contributing
3940
The project uses: -
@@ -68,7 +69,7 @@ is automatically built and pushed to Docker Hub using GitHub Actions.
6869
You can build and push the image yourself using docker-compose.
6970
The following will build an operator image with the tag `19.2.0-alpha.1`: -
7071

71-
export IMAGE_TAG=19.2.0-alpha.1
72+
export IMAGE_TAG=23.1.0-alpha.1
7273
docker compose build
7374
docker compose push
7475

0 commit comments

Comments
 (0)