This commit is contained in:
parent
cadb287277
commit
a8f2d570dc
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ jobs:
|
|||
- name: "Deploy"
|
||||
run: |
|
||||
helm repo add aqua https://aquasecurity.github.io/helm-charts/ --force-update
|
||||
helm install trivy-operator aqua/trivy-operator \
|
||||
helm upgrade --install trivy-operator aqua/trivy-operator \
|
||||
--namespace trivy-system \
|
||||
--version "${TRIVY_VERSION}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue