diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index c0c84aa..6efda3a 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -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}"