We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bf0da commit 8b1c893Copy full SHA for 8b1c893
README.md
@@ -34,6 +34,7 @@ Prerequisites: -
34
- Python
35
- Docker
36
- A kubernetes config file
37
+- A compatible Kubernetes (e.g. 1.23 if the operator is built for 1.22 thru 1.24)
38
39
## Contributing
40
The project uses: -
@@ -68,7 +69,7 @@ is automatically built and pushed to Docker Hub using GitHub Actions.
68
69
You can build and push the image yourself using docker-compose.
70
The following will build an operator image with the tag `19.2.0-alpha.1`: -
71
- export IMAGE_TAG=19.2.0-alpha.1
72
+ export IMAGE_TAG=23.1.0-alpha.1
73
docker compose build
74
docker compose push
75
0 commit comments