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

Commit 640f465

Browse files
chore(deps): update ghcr.io/openclarity/grype-server docker tag to v0.7.4
1 parent 85e936d commit 640f465

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

installation/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ services:
122122
retries: 60
123123

124124
grype-server:
125-
image: ${VMCLARITY_GRYPE_SERVER_CONTAINER_IMAGE:-ghcr.io/openclarity/grype-server:v0.7.3}
125+
image: ${VMCLARITY_GRYPE_SERVER_CONTAINER_IMAGE:-ghcr.io/openclarity/grype-server:v0.7.4}
126126
command:
127127
- run
128128
- --log-level

installation/kubernetes/helm/vmclarity/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ grypeServer:
615615
# -- Grype server container repository
616616
repository: openclarity/grype-server
617617
# -- Grype server container tag
618-
tag: v0.7.3
618+
tag: v0.7.4
619619
# -- Grype server image digest. If set will override the tag.
620620
digest: ""
621621
# -- Grype server image pull policy

0 commit comments

Comments
 (0)