diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 6efda3a..4721a2d 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -4,7 +4,7 @@ on: push: env: - TRIVY_VERSION: "0.26.1" + TRIVY_VERSION: "0.27.1" jobs: container: @@ -20,8 +20,7 @@ jobs: kubectl config use-context k3s - name: "Deploy" run: | - helm repo add aqua https://aquasecurity.github.io/helm-charts/ - helm repo update aqua + helm repo add aqua https://aquasecurity.github.io/helm-charts/ --force-update helm upgrade --install trivy-operator aqua/trivy-operator \ --namespace trivy-system \ --version "${TRIVY_VERSION}"