6
6
![ Architecture] ( https://img.shields.io/badge/architecture-amd64%20%7C%20arm64-lightgrey )
7
7
8
8
[ ![ build] ( https://github.com/informaticsmatters/squonk2-data-manager-jupyter-operator/actions/workflows/build.yaml/badge.svg )] ( https://github.com/informaticsmatters/squonk2-data-manager-jupyter-operator/actions/workflows/build.yaml )
9
- [ ![ build latest] ( https://github.com/informaticsmatters/squonk2-data-manager-jupyter-operator/actions/workflows/build-latest.yaml/badge.svg )] ( https://github.com/informaticsmatters/squonk2-data-manager-jupyter-operator/actions/workflows/build-latest.yaml )
10
9
[ ![ build tag] ( https://github.com/informaticsmatters/squonk2-data-manager-jupyter-operator/actions/workflows/build-tag.yaml/badge.svg )] ( https://github.com/informaticsmatters/squonk2-data-manager-jupyter-operator/actions/workflows/build-tag.yaml )
11
- [ ![ build stable] ( https://github.com/informaticsmatters/squonk2-data-manager-jupyter-operator/actions/workflows/build-stable.yaml/badge.svg )] ( https://github.com/informaticsmatters/squonk2-data-manager-jupyter-operator/actions/workflows/build-stable.yaml )
12
10
13
11
![ GitHub] ( https://img.shields.io/github/license/informaticsmatters/squonk2-data-manager-jupyter-operator )
14
12
@@ -34,7 +32,7 @@ Prerequisites: -
34
32
- Python
35
33
- Docker
36
34
- A kubernetes config file
37
- - A compatible Kubernetes (e.g. 1.22 thru 1.24 if the operator is built for 1.23 )
35
+ - A compatible Kubernetes (e.g. 1.32 thru 1.34 if the operator is built for 1.33 )
38
36
39
37
## Contributing
40
38
The project uses: -
@@ -69,7 +67,7 @@ is automatically built and pushed to Docker Hub using GitHub Actions.
69
67
You can build and push the image yourself using docker-compose.
70
68
The following will build an operator image with a specific tag: -
71
69
72
- export IMAGE_TAG=23.1 .0-alpha.1
70
+ export IMAGE_TAG=34.0 .0-alpha.1
73
71
docker compose build
74
72
docker compose push
75
73
@@ -83,7 +81,6 @@ environment using the requirements in the root of the project...
83
81
source venv/bin/activate
84
82
pip install --upgrade pip
85
83
pip install -r requirements.txt
86
- ansible-galaxy install -r requirements.yaml
87
84
88
85
Set your KUBECONFIG for the cluster and verify its right: -
89
86
0 commit comments