瀏覽代碼

Merge pull request #14915 from rpastrana/HPCC-25813-PublishManagedHelm

HPCC-25813 Publish managed charts to Helm repo

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 年之前
父節點
當前提交
0f439d52f1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      cmake_modules/go_gold.sh

+ 2 - 2
cmake_modules/go_gold.sh

@@ -86,8 +86,8 @@ if [ -e helm/hpcc/Chart.yaml ] ; then
     doit "git add -A ./helm"
   fi
   cd docs
-  for f in `find ${HPCC_DIR}/helm/examples -name Chart.yaml` ; do 
-    doit "helm package ${f%/*}/"  
+  for f in `find ${HPCC_DIR}/helm/examples ${HPCC_DIR}/helm/managed -name Chart.yaml` ; do
+    doit "helm package ${f%/*}/ --dependency-update"
   done
   doit "helm package ${HPCC_DIR}/helm/hpcc/"
   doit "helm repo index . --url https://hpcc-systems.github.io/helm-chart"