Skip to content

Commit 5f671c3

Browse files
author
Alan Christie
committed
2 parents 63a7c33 + f2fcbfe commit 5f671c3

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
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.22 thru 1.24 if the operator is built for 1.23)
3738

3839
## Contributing
3940
The project uses: -
@@ -66,9 +67,9 @@ The operator container, residing in the `operator` directory,
6667
is automatically built and pushed to Docker Hub using GitHub Actions.
6768

6869
You can build and push the image yourself using docker-compose.
69-
The following will build an operator image with the tag `19.2.0-alpha.1`: -
70+
The following will build an operator image with a specific tag: -
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

operator/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
kopf == 1.35.4
2-
kubernetes == 19.15.0
1+
kopf == 1.36.2
2+
kubernetes == 23.6.0

roles/operator/templates/rbac.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rules:
1212
resources: [namespaces]
1313
verbs: [list, watch]
1414
# Framework: admission webhook configuration management.
15-
- apiGroups: [admissionregistration.k8s.io/v1, admissionregistration.k8s.io/v1beta1]
15+
- apiGroups: [admissionregistration.k8s.io/v1, admissionregistration.k8s.io/v1]
1616
resources: [validatingwebhookconfigurations, mutatingwebhookconfigurations]
1717
verbs: [create, patch]
1818
# Framework: posting the events about the handlers progress/errors.

0 commit comments

Comments
 (0)