Skip to content

Commit cbdd2eb

Browse files
committed
chore: export helm chart dir
Signed-off-by: Prateek Chandra <[email protected]>
1 parent 11992f2 commit cbdd2eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/staging/validate.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ EOF
4545
done
4646

4747
if [[ "${CHART_VALIDATE}" == "true" ]]; then
48-
ROOT_DIR="${SCRIPT_DIR}/../../../../../../"
48+
ROOT_DIR="${SCRIPT_DIR}/../../../../../.."
4949
: "${PARENT_ROOT_DIR:=$ROOT_DIR}"
5050
export SOURCE_REL="$PARENT_ROOT_DIR/dependencies/control-plane/utils/dependencies/scripts/release.sh"
51+
export HELM_CHART_DIR="$PARENT_ROOT_DIR/charts"
5152
else
5253
ROOT_DIR="${SCRIPT_DIR}/../../../../"
5354
: "${PARENT_ROOT_DIR:=$ROOT_DIR}"

0 commit comments

Comments
 (0)