From 279ebe73ac7e2b4572edad36350b62d65171378b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:28:02 +0100 Subject: [PATCH] chore(deps): update docker.io/aquasec/trivy docker tag to v0.49.1 (#1215) * chore(deps): update docker.io/aquasec/trivy docker tag to v0.49.1 * docs: update helm docs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Krisztian Gacsal --- installation/docker/docker-compose.yml | 2 +- installation/kubernetes/helm/vmclarity/README.md | 2 +- installation/kubernetes/helm/vmclarity/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installation/docker/docker-compose.yml b/installation/docker/docker-compose.yml index 02315c127..024bb50e6 100644 --- a/installation/docker/docker-compose.yml +++ b/installation/docker/docker-compose.yml @@ -103,7 +103,7 @@ services: retries: 60 trivy-server: - image: ${VMCLARITY_TRIVY_SERVER_CONTAINER_IMAGE:-docker.io/aquasec/trivy:0.41.0@sha256:d1796f197930d89590b1cbfbbda9f80ae6e878a1cb77dc652b198dba5c17dcdf} + image: ${VMCLARITY_TRIVY_SERVER_CONTAINER_IMAGE:-docker.io/aquasec/trivy:0.49.1@sha256:91494b87ddc64f62860d52997532643956c24eeee0d0dda317d563c28c8581bc} command: - server ports: diff --git a/installation/kubernetes/helm/vmclarity/README.md b/installation/kubernetes/helm/vmclarity/README.md index 6120c93c0..649bae851 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.41.0@sha256:d1796f197930d89590b1cbfbbda9f80ae6e878a1cb77dc652b198dba5c17dcdf"` | Trivy Server container tag | +| trivyServer.image.tag | string | `"0.49.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 c13d57443..5066b9495 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.41.0@sha256:d1796f197930d89590b1cbfbbda9f80ae6e878a1cb77dc652b198dba5c17dcdf + tag: 0.49.1 # -- Trivy Server image digest. If set will override the tag. digest: "" # -- Trivy Server image pull policy