Skip to content

Commit

Permalink
fabric8 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisdondon authored and fcomte committed Oct 22, 2022
1 parent dff416f commit ee87e96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 1 addition & 7 deletions helm-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@
<artifactId>jackson-databind</artifactId>
</dependency>

<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.30</version>
</dependency>

<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>zt-exec</artifactId>
Expand All @@ -73,7 +67,7 @@
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client</artifactId>
<version>5.12.2</version>
<version>6.2.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ee87e96

Please sign in to comment.