From bf87b262da9c7cbfc1210dec5bbfc9682c1c3fb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 00:12:14 +0000 Subject: [PATCH] chore(deps): update helm orb to v3 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7aa37a98..b5d4dcdd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - helm: circleci/helm@2.0.1 + helm: circleci/helm@3.0.0 commands: install-helm-unittest: