diff --git a/README.md b/README.md index 0528f0de..e6e25b06 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,12 @@ Other configurations | `springdoc.swagger-ui.path` | `/` | Open API (swagger) UI path | | `springdoc.swagger-ui.oauth.clientId` | `` | clientid used by swagger to authenticate the user, in general the same which is used by onyxia-ui is ok. | +## Onyxia api compatibility matrix with kubernetes + +Onyxia api follow the compatibilty matrix of : +- helm version and kubectl version installed here https://github.com/InseeFrLab/onyxia-api/blob/master/onyxia-api/Dockerfile +- the fabric8 kubernetes compatibility client version in the https://github.com/InseeFrLab/onyxia-api/blob/master/onyxia-model/pom.xml + ## Onyxia Universe package format extension Onyxia extends the official Universe format (see https://github.com/mesosphere/universe) to enhance it. diff --git a/helm-wrapper/pom.xml b/helm-wrapper/pom.xml index 4b44f4ad..debd911f 100644 --- a/helm-wrapper/pom.xml +++ b/helm-wrapper/pom.xml @@ -58,12 +58,6 @@ jackson-databind - - org.yaml - snakeyaml - 1.30 - - org.zeroturnaround zt-exec @@ -73,7 +67,7 @@ io.fabric8 kubernetes-client - 5.12.2 + 6.2.0