From e36378b7757a378bd60fccb145dbd47abba47400 Mon Sep 17 00:00:00 2001 From: Stavros Foteinopoulos Date: Tue, 12 Dec 2023 18:34:37 +0200 Subject: [PATCH] Use upstream helm-unittest repository Signed-off-by: Stavros Foteinopoulos --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7af11c277..189d10a21 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -165,7 +165,7 @@ jobs: - name: Install Helm Unit Test Plugin run: | - helm plugin install https://github.com/quintush/helm-unittest + helm plugin install https://github.com/helm-unittest/helm-unittest - name: Run Helm Unit Tests run: |