diff --git a/.github/workflows/e2e/scripts/hpo/install-helm-project-operator.sh b/.github/workflows/e2e/scripts/hpo/install-helm-project-operator.sh index 395de544..5c70fb1a 100755 --- a/.github/workflows/e2e/scripts/hpo/install-helm-project-operator.sh +++ b/.github/workflows/e2e/scripts/hpo/install-helm-project-operator.sh @@ -5,7 +5,7 @@ source $(dirname $0)/../entry cd $(dirname $0)/../../../../.. -latest_chart=./charts/helm-project-operator +latest_chart=./packages/helm-project-operator/charts case "${KUBERNETES_DISTRIBUTION_TYPE}" in "k3s")