fix: update oceanbox repo in init.sh
This commit is contained in:
-2
@@ -12,5 +12,3 @@ helm repo add ncsa https://opensource.ncsa.illinois.edu/charts
|
|||||||
helm repo add dex https://charts.dexidp.io
|
helm repo add dex https://charts.dexidp.io
|
||||||
|
|
||||||
helm repo update
|
helm repo update
|
||||||
|
|
||||||
|
|
||||||
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
export HOME=/helm-working-dir
|
export HOME=/helm-working-dir
|
||||||
|
|
||||||
|
helm repo update oceanbox
|
||||||
|
|
||||||
if [ -n "$PARAM_CHART" -a "$PARAM_CHART" != "." ]; then
|
if [ -n "$PARAM_CHART" -a "$PARAM_CHART" != "." ]; then
|
||||||
helm show values $PARAM_CHART > values-chart.yaml
|
helm show values $PARAM_CHART > values-chart.yaml
|
||||||
elif [ -f chart ]; then
|
elif [ -f chart ]; then
|
||||||
Reference in New Issue
Block a user