Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
chore(deps): update docker.io/swaggerapi/swagger-ui docker tag to v5.…
Browse files Browse the repository at this point in the history
…11.4 (#1278)

* chore(deps): update docker.io/swaggerapi/swagger-ui docker tag to v5.11.4

* docs: update helm docs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Krisztian Gacsal <[email protected]>
  • Loading branch information
renovate[bot] and chrisgacsal authored Feb 14, 2024
1 parent 71a3691 commit a7a56c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installation/kubernetes/helm/vmclarity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ secrets.
| swaggerUI.image.pullPolicy | string | `"IfNotPresent"` | Swagger UI image pull policy |
| swaggerUI.image.registry | string | `"docker.io"` | Swagger UI container registry |
| swaggerUI.image.repository | string | `"swaggerapi/swagger-ui"` | Swagger UI container repository |
| swaggerUI.image.tag | string | `"v5.3.1"` | Swagger UI container tag |
| swaggerUI.image.tag | string | `"v5.11.4"` | Swagger UI container tag |
| swaggerUI.podSecurityContext.enabled | bool | `false` | Pod security context enabled |
| swaggerUI.podSecurityContext.fsGroup | int | `101` | Pod security context fsGroup |
| swaggerUI.replicas | int | `1` | Number of replicas for the swagger-ui service |
Expand Down
2 changes: 1 addition & 1 deletion installation/kubernetes/helm/vmclarity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ swaggerUI:
# -- Swagger UI container repository
repository: swaggerapi/swagger-ui
# -- Swagger UI container tag
tag: v5.3.1
tag: v5.11.4
# -- Swagger UI image digest. If set will override the tag.
digest: ""
# -- Swagger UI image pull policy
Expand Down

0 comments on commit a7a56c5

Please sign in to comment.