Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
fleaz
482132d26e
ci: actually update the repo
All checks were successful
Deployment / container (push) Successful in 10s
2025-06-26 20:20:14 +02:00

View file

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