From 482132d26eee887e373f6738076a576d7b9ebb49 Mon Sep 17 00:00:00 2001 From: fleaz Date: Thu, 26 Jun 2025 20:20:14 +0200 Subject: [PATCH] ci: actually update the repo --- .forgejo/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}"