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

Commit d6c0e4f

Browse files
committed
Remove uneccesary setting lurcher digest to null
1 parent 25eaf72 commit d6c0e4f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,7 @@ jobs:
336336
# Install Operator using the images of the current commit
337337
helm -n securecodebox-system install securecodebox-operator ./operator/ --wait \
338338
--set="image.tag=sha-$(git rev-parse --short HEAD)" \
339-
--set="image.digest=null" \
340339
--set="lurcher.image.tag=sha-$(git rev-parse --short HEAD)" \
341-
--set="lurcher.image.digest=null"
342340
- name: "Inspect Operator"
343341
run: |
344342
echo "Deployment in namespace 'securecodebox-system'"

0 commit comments

Comments
 (0)