This repository was archived by the owner on Oct 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
kubernetes/helm/vmclarity Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ services:
105
105
retries : 60
106
106
107
107
trivy-server :
108
- image : ${VMCLARITY_TRIVY_SERVER_CONTAINER_IMAGE:-docker.io/aquasec/trivy:0.53.0 }
108
+ image : ${VMCLARITY_TRIVY_SERVER_CONTAINER_IMAGE:-docker.io/aquasec/trivy:0.54.1 }
109
109
command :
110
110
- server
111
111
ports :
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ secrets.
282
282
| trivyServer.image.pullPolicy | string | ` "IfNotPresent" ` | Trivy Server image pull policy |
283
283
| trivyServer.image.registry | string | ` "docker.io" ` | Trivy Server container registry |
284
284
| trivyServer.image.repository | string | ` "aquasec/trivy" ` | Trivy Server container repository |
285
- | trivyServer.image.tag | string | ` "0.53.0 " ` | Trivy Server container tag |
285
+ | trivyServer.image.tag | string | ` "0.54.1 " ` | Trivy Server container tag |
286
286
| trivyServer.podSecurityContext.enabled | bool | ` true ` | Pod security context enabled |
287
287
| trivyServer.podSecurityContext.fsGroup | int | ` 1001 ` | Pod security context fsGroup |
288
288
| trivyServer.replicas | int | ` 1 ` | Number of replicas for the trivy server service |
Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ trivyServer:
557
557
# -- Trivy Server container repository
558
558
repository : aquasec/trivy
559
559
# -- Trivy Server container tag
560
- tag : 0.53.0
560
+ tag : 0.54.1
561
561
# -- Trivy Server image digest. If set will override the tag.
562
562
digest : " "
563
563
# -- Trivy Server image pull policy
You can’t perform that action at this time.
0 commit comments