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

Commit e2ed8f8

Browse files
chore(deps): update docker.io/aquasec/trivy docker tag to v0.54.1 (#1968)
* chore(deps): update docker.io/aquasec/trivy docker tag to v0.54.1 * docs: update helm docs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Catarina Paralta <46568597+paralta@users.noreply.github.com>
1 parent 51c48af commit e2ed8f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

installation/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ services:
105105
retries: 60
106106

107107
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}
109109
command:
110110
- server
111111
ports:

installation/kubernetes/helm/vmclarity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ secrets.
282282
| trivyServer.image.pullPolicy | string | `"IfNotPresent"` | Trivy Server image pull policy |
283283
| trivyServer.image.registry | string | `"docker.io"` | Trivy Server container registry |
284284
| 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 |
286286
| trivyServer.podSecurityContext.enabled | bool | `true` | Pod security context enabled |
287287
| trivyServer.podSecurityContext.fsGroup | int | `1001` | Pod security context fsGroup |
288288
| trivyServer.replicas | int | `1` | Number of replicas for the trivy server service |

installation/kubernetes/helm/vmclarity/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ trivyServer:
557557
# -- Trivy Server container repository
558558
repository: aquasec/trivy
559559
# -- Trivy Server container tag
560-
tag: 0.53.0
560+
tag: 0.54.1
561561
# -- Trivy Server image digest. If set will override the tag.
562562
digest: ""
563563
# -- Trivy Server image pull policy

0 commit comments

Comments
 (0)