Skip to content

Commit

Permalink
chore(deps): update docker.io/aquasec/trivy docker tag to v0.54.1 (#1968
Browse files Browse the repository at this point in the history
)

* 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 <[email protected]>
  • Loading branch information
renovate[bot] and paralta committed Aug 6, 2024
1 parent 51c48af commit e2ed8f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installation/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ services:
retries: 60

trivy-server:
image: ${VMCLARITY_TRIVY_SERVER_CONTAINER_IMAGE:-docker.io/aquasec/trivy:0.53.0}
image: ${VMCLARITY_TRIVY_SERVER_CONTAINER_IMAGE:-docker.io/aquasec/trivy:0.54.1}
command:
- server
ports:
Expand Down
2 changes: 1 addition & 1 deletion installation/kubernetes/helm/vmclarity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ secrets.
| trivyServer.image.pullPolicy | string | `"IfNotPresent"` | Trivy Server image pull policy |
| trivyServer.image.registry | string | `"docker.io"` | Trivy Server container registry |
| trivyServer.image.repository | string | `"aquasec/trivy"` | Trivy Server container repository |
| trivyServer.image.tag | string | `"0.53.0"` | Trivy Server container tag |
| trivyServer.image.tag | string | `"0.54.1"` | Trivy Server container tag |
| trivyServer.podSecurityContext.enabled | bool | `true` | Pod security context enabled |
| trivyServer.podSecurityContext.fsGroup | int | `1001` | Pod security context fsGroup |
| trivyServer.replicas | int | `1` | Number of replicas for the trivy server 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 @@ -557,7 +557,7 @@ trivyServer:
# -- Trivy Server container repository
repository: aquasec/trivy
# -- Trivy Server container tag
tag: 0.53.0
tag: 0.54.1
# -- Trivy Server image digest. If set will override the tag.
digest: ""
# -- Trivy Server image pull policy
Expand Down

0 comments on commit e2ed8f8

Please sign in to comment.