ci: upgrade --install
All checks were successful
Deployment / container (push) Successful in 14s

This commit is contained in:
fleaz 2025-05-25 18:29:05 +02:00
parent cadb287277
commit a8f2d570dc
Signed by: fleaz
GPG key ID: 935474624265FE8F

View file

@ -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}"