diff --git a/build_and_run.sh b/build_and_run.sh index 61f95b784..7f301003b 100755 --- a/build_and_run.sh +++ b/build_and_run.sh @@ -114,6 +114,7 @@ fi if $HELM_UPDATE; then helm repo add bitnami https://charts.bitnami.com/bitnami + helm repo add clickhouse-operator https://docs.altinity.com/clickhouse-operator helm dependency build fi helm upgrade --install opik -n opik --create-namespace -f values.yaml \