Skip to content

Commit

Permalink
fix example producer image URL (part of #287)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Tzianos committed Aug 6, 2024
1 parent d1f59be commit aa5b798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending/example-producer/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:

- name: produce-issues
imagePullPolicy: IfNotPresent
image: ghcr.io/ocurity/dracon/components/producers/example-tool/image:latest
image: {{ default "ghcr.io/ocurity/dracon" .Values.container_registry }}/components/producers/example-tool:{{ .Chart.AppVersion }}
command: ["/app/components/producers/example-tool/example-tool-parser"]
args:
- "-in=/scratch/out.json"
Expand Down

0 comments on commit aa5b798

Please sign in to comment.