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

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

Merged
merged 2 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading