Loading src/bin/auto-deploy +3 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,9 @@ function download_chart() { mv ${auto_chart_name} chart fi # This seems to be required now? helm repo add https://kubernetes-charts.storage.googleapis.com/ helm dependency update chart/ helm dependency build chart/ } Loading Loading
src/bin/auto-deploy +3 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,9 @@ function download_chart() { mv ${auto_chart_name} chart fi # This seems to be required now? helm repo add https://kubernetes-charts.storage.googleapis.com/ helm dependency update chart/ helm dependency build chart/ } Loading