From 48e61b164ba1637cb178d8f512236e0187e0e95f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 4 Jan 2025 00:21:59 +0000 Subject: [PATCH] chore(deps): update dependency helm-unittest/helm-unittest to v0.7.1 (#760) Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .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 edff808..d6510a8 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: "v0.7.0" + HELM_UNITTEST_VERSION: "v0.7.1" jobs: check-and-test: diff --git a/.vscode/settings.json b/.vscode/settings.json index edfd3fc..8881fd7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "yaml.schemas": { - "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v0.7.0/schema/helm-testsuite.json": [ + "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v0.7.1/schema/helm-testsuite.json": [ "/unittests/**/*.yaml" ] },