Skip to content

Commit 81df3ca

Browse files
author
Eugen Cusmaunsa
authored
Fix Helm 2 init to use the updated repo URL
1 parent 38f9bc5 commit 81df3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Prepare Helm
2525
command: |
2626
set -x
27-
helm init --client-only
27+
helm init --stable-repo-url https://charts.helm.sh/stable --client-only
2828
helm dependency update
2929
- run:
3030
name: Helm Lint Check

0 commit comments

Comments
 (0)