Skip to content

Commit 450fb32

Browse files
committed
[actions] disable helm plugin verification
1 parent 5eba4f2 commit 450fb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Install helm-s3 plugin
4444
run: |
45-
helm plugin install https://github.com/hypnoglow/helm-s3.git
45+
helm plugin install --verify=false https://github.com/hypnoglow/helm-s3.git
4646
4747
- name: Package Helm chart
4848
run: |

0 commit comments

Comments
 (0)