We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ca423 commit 40319b0Copy full SHA for 40319b0
publish-helm.sh
@@ -0,0 +1,11 @@
1
+#!/bin/bash
2
+HPCC_DIR=$1
3
+[[ -z ${HPCC_DIR} ]] && HPCC_DIR=~/HPCC-Platform
4
+
5
+set -e
6
7
+DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
8
+pushd $DIR/docs 2>&1 > /dev/null
9
10
+helm package ${HPCC_DIR}/dockerfiles/hpcc/
11
+helm repo index . --url https://hpcc-systems.github.io/helm-chart
0 commit comments