ci: actually update the repo
All checks were successful
Deployment / container (push) Successful in 10s

This commit is contained in:
fleaz 2025-06-26 20:20:14 +02:00
parent 964b1e64dc
commit 482132d26e
Signed by: fleaz
GPG key ID: 935474624265FE8F

View file

@ -20,7 +20,8 @@ jobs:
kubectl config use-context k3s
- name: "Deploy"
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 \
--namespace trivy-system \
--version "${TRIVY_VERSION}"