Skip to content

Commit

Permalink
fix kubehound image name (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd authored Sep 12, 2024
1 parent fb9c56a commit fc18b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/kubehound/docker-compose.release.ingestor.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kubehound-release
services:
grpc:
image: ghcr.io/datadog/kubehound-ingestor:latest
image: ghcr.io/datadog/kubehound-binary:latest
restart: unless-stopped
ports:
- "127.0.0.1:9000:9000"
Expand Down

0 comments on commit fc18b2b

Please sign in to comment.