소스 검색

updated URL for helm stable repo to resolve issue-149

Signed-off-by: John lockman <john.lockman@friday.local>
John lockman 4 년 전
부모
커밋
16ee37fdf7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      kubernetes/roles/startservices/tasks/main.yml

+ 1 - 1
kubernetes/roles/startservices/tasks/main.yml

@@ -46,7 +46,7 @@
   tags: init
 
 - name: Helm - Add Stable Repo
-  shell: helm repo add stable https://kubernetes-charts.storage.googleapis.com/
+  shell: helm repo add stable https://charts.helm.sh/stable
   tags: init
 
 - name: Helm - Update Repo