diff --git a/installation/docker/docker-compose.yml b/installation/docker/docker-compose.yml index d9dc8a2ac..4f7981c11 100644 --- a/installation/docker/docker-compose.yml +++ b/installation/docker/docker-compose.yml @@ -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: diff --git a/installation/kubernetes/helm/vmclarity/README.md b/installation/kubernetes/helm/vmclarity/README.md index f536e277e..11700ebe6 100644 --- a/installation/kubernetes/helm/vmclarity/README.md +++ b/installation/kubernetes/helm/vmclarity/README.md @@ -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 | diff --git a/installation/kubernetes/helm/vmclarity/values.yaml b/installation/kubernetes/helm/vmclarity/values.yaml index f133deb92..e5491f134 100644 --- a/installation/kubernetes/helm/vmclarity/values.yaml +++ b/installation/kubernetes/helm/vmclarity/values.yaml @@ -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