ci: actually update the repo
All checks were successful
Deployment / container (push) Successful in 10s
All checks were successful
Deployment / container (push) Successful in 10s
This commit is contained in:
parent
964b1e64dc
commit
482132d26e
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ jobs:
|
||||||
kubectl config use-context k3s
|
kubectl config use-context k3s
|
||||||
- name: "Deploy"
|
- name: "Deploy"
|
||||||
run: |
|
run: |
|
||||||
helm repo add aqua https://aquasecurity.github.io/helm-charts/ --force-update
|
helm repo add aqua https://aquasecurity.github.io/helm-charts/
|
||||||
|
helm repo update aqua
|
||||||
helm upgrade --install trivy-operator aqua/trivy-operator \
|
helm upgrade --install trivy-operator aqua/trivy-operator \
|
||||||
--namespace trivy-system \
|
--namespace trivy-system \
|
||||||
--version "${TRIVY_VERSION}"
|
--version "${TRIVY_VERSION}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue