From e9428cc26b0039ca44a1384ca61589fabddca9b4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 May 2026 00:06:28 +0000 Subject: [PATCH] chore(deps): update dependency helm-unittest/helm-unittest to v1.1.0 --- .gitea/workflows/test-pr.yml | 2 +- .vscode/settings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index d23b66e..4fc8d44 100644 --- a/.gitea/workflows/test-pr.yml +++ b/.gitea/workflows/test-pr.yml @@ -10,7 +10,7 @@ on: env: # renovate: datasource=github-releases depName=helm-unittest/helm-unittest - HELM_UNITTEST_VERSION: "v1.0.3" + HELM_UNITTEST_VERSION: "v1.1.0" jobs: check-and-test: diff --git a/.vscode/settings.json b/.vscode/settings.json index 53a8114..c027423 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "yaml.schemas": { - "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.0.3/schema/helm-testsuite.json": [ + "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.1.0/schema/helm-testsuite.json": [ "/unittests/**/*.yaml" ] },