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

Commit 9139137

Browse files
committed
Add image.tag value for generic-webhook
1 parent 26611c6 commit 9139137

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,8 @@ jobs:
404404
- name: "Hooks (ReadOnly) Integration Tests"
405405
run: |
406406
helm -n integration-tests install test-scan ./scanners/test-scan/ \
407-
--set="parserImage.tag=sha-$(git rev-parse --short HEAD)"
407+
--set="parserImage.tag=sha-$(git rev-parse --short HEAD)" \
408+
--set="imgage.tag=sha-$(git rev-parse --short HEAD)"
408409
helm -n integration-tests install http-webhook ./demo-apps/http-webhook
409410
helm -n integration-tests install ro-hook ./hooks/generic-webhook/ \
410411
--set="webhookUrl=http://http-webhook/hallo-welt" \

hooks/generic-webhook/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ webhookUrl: "http://example.com"
66

77
image:
88
repository: docker.io/securecodebox/generic-webhook
9-
# image.tag - defaults to the charts version
9+
image.tag: latest
1010
tag: null

0 commit comments

Comments
 (0)