We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ff124 commit 9ca6c71Copy full SHA for 9ca6c71
1 file changed
.github/workflows/helm-validate.yml
@@ -17,8 +17,6 @@ jobs:
17
18
- name: Install Helm
19
uses: azure/setup-helm@v3
20
- with:
21
- version: 'v3.14.3'
22
23
- name: Lint chart
24
run: helm lint --strict helm/temporal-worker-controller
@@ -31,8 +29,6 @@ jobs:
31
29
32
30
33
34
35
36
37
- name: Template with default values
38
run: helm template test-release helm/temporal-worker-controller
0 commit comments