We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b33d3 commit 6c57f18Copy full SHA for 6c57f18
1 file changed
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ env:
25
# renovate: datasource=github-releases depName=helm/helm
26
HELM_VERSION: "v3.18.4"
27
# renovate: datasource=github-releases depName=helm-unittest/helm-unittest
28
- HELM_PLUGIN_UNITTEST: "1.0.0"
+ HELM_PLUGIN_UNITTEST_VERSION: "1.0.0"
29
# renovate: datasource=github-releases depName=go-task/task
30
TASK_VERSION: "v3.44.0"
31
@@ -125,7 +125,7 @@ jobs:
125
126
- name: Install Helm Unit Test Plugin
127
run: |
128
- helm plugin install https://github.com/helm-unittest/helm-unittest.git --version ${{ env.HELM_PLUGIN_UNITTEST }}
+ helm plugin install https://github.com/helm-unittest/helm-unittest.git --version ${{ env.HELM_PLUGIN_UNITTEST_VERSION }}
129
130
- name: Download Task
131
uses: actions/download-artifact@v5
0 commit comments