From 3fc50a44e8084d15462a8b8b107be08a082aa898 Mon Sep 17 00:00:00 2001 From: Dan Pock Date: Fri, 11 Oct 2024 16:04:10 -0400 Subject: [PATCH] use correct path for hpo standalone chart --- .../workflows/e2e/scripts/hpo/install-helm-project-operator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")