Skip to content

Commit fc18b2b

Browse files
authored
fix kubehound image name (#260)
1 parent fb9c56a commit fc18b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/kubehound/docker-compose.release.ingestor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: kubehound-release
22
services:
33
grpc:
4-
image: ghcr.io/datadog/kubehound-ingestor:latest
4+
image: ghcr.io/datadog/kubehound-binary:latest
55
restart: unless-stopped
66
ports:
77
- "127.0.0.1:9000:9000"

0 commit comments

Comments
 (0)