Skip to content

Commit 6c57f18

Browse files
J12934Reet00
authored andcommitted
Add a _VERSION postfix to the helm plugin unittest to ensure the regex
works consistently Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent e6b33d3 commit 6c57f18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
# renovate: datasource=github-releases depName=helm/helm
2626
HELM_VERSION: "v3.18.4"
2727
# renovate: datasource=github-releases depName=helm-unittest/helm-unittest
28-
HELM_PLUGIN_UNITTEST: "1.0.0"
28+
HELM_PLUGIN_UNITTEST_VERSION: "1.0.0"
2929
# renovate: datasource=github-releases depName=go-task/task
3030
TASK_VERSION: "v3.44.0"
3131

@@ -125,7 +125,7 @@ jobs:
125125
126126
- name: Install Helm Unit Test Plugin
127127
run: |
128-
helm plugin install https://github.com/helm-unittest/helm-unittest.git --version ${{ env.HELM_PLUGIN_UNITTEST }}
128+
helm plugin install https://github.com/helm-unittest/helm-unittest.git --version ${{ env.HELM_PLUGIN_UNITTEST_VERSION }}
129129
130130
- name: Download Task
131131
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)