Skip to content

Commit

Permalink
updated swagger-ui to 4.14.1
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Sep 23, 2022
1 parent 0dff1a2 commit 23f68e7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deployment/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ services:
start_period: 120s

swagger-ui:
image: docker.io/swaggerapi/swagger-ui:v4.14.0
image: docker.io/swaggerapi/swagger-ui:v4.14.1
mem_limit: 32m
restart: always
environment:
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker/sandbox/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ services:
restart: always

swagger-ui:
image: docker.io/swaggerapi/swagger-ui:v4.14.0
image: docker.io/swaggerapi/swagger-ui:v4.14.1
mem_limit: 32m
cpu_shares: 50
restart: always
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/deploymentFiles/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: swagger-ui
image: docker.io/swaggerapi/swagger-ui:v4.14.0
image: docker.io/swaggerapi/swagger-ui:v4.14.1
env:
- name: QUERY_CONFIG_ENABLED
value: "true"
Expand Down
6 changes: 3 additions & 3 deletions documentation/src/main/resources/_layouts/swagger_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
{% include head.html %}

<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.14.0/swagger-ui.css" >
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.14.1/swagger-ui.css" >
<link rel="stylesheet" type="text/css" href="css/swagger.css" >
<style>
html
Expand Down Expand Up @@ -34,8 +34,8 @@
{% include footer.html %}
</div>

<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.14.0/swagger-ui-bundle.js"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.14.0/swagger-ui-standalone-preset.js"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.14.1/swagger-ui-bundle.js"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.14.1/swagger-ui-standalone-preset.js"> </script>
{{content}}

</body>
Expand Down

0 comments on commit 23f68e7

Please sign in to comment.