From 7c0aedeecd78152df856af1a18cf95c57c429c21 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 25 Jan 2026 17:09:48 +0100 Subject: [PATCH] ci: remove helmfile action overrides (#39) Reviewed-on: https://gitea.t000-n.de/t.behrendt/k/pulls/39 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- .gitea/workflows/deploy.yaml | 1 - .gitea/workflows/validate.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 787a181..567e7b2 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -135,5 +135,4 @@ jobs: uses: helmfile/helmfile-action@f64d5db9f8660aae0205b5fcfc56577d44acefab # v2.1.0 with: helmfile-args: apply - helm-plugins: https://github.com/databus23/helm-diff@v3.12.0 helmfile-workdirectory: "crowdsec" diff --git a/.gitea/workflows/validate.yaml b/.gitea/workflows/validate.yaml index 0edb4c1..6e09672 100644 --- a/.gitea/workflows/validate.yaml +++ b/.gitea/workflows/validate.yaml @@ -66,5 +66,4 @@ jobs: uses: helmfile/helmfile-action@f64d5db9f8660aae0205b5fcfc56577d44acefab # v2.1.0 with: helmfile-args: diff - helm-plugins: https://github.com/databus23/helm-diff@v3.12.0 helmfile-workdirectory: "crowdsec"