Explorar o código

HPCC-25813 Publish managed charts to Helm repo

- Packages contents of HPCC-Platform/helm/managed
- Requests dependency update on examples/managed charts

Signed-off-by: Rodrigo Pastrana <Rodrigo.Pastrana@lexisnexisrisk.com>
Rodrigo Pastrana %!s(int64=4) %!d(string=hai) anos
pai
achega
66f93182b1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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"