Skip to content

Commit 8c7a41e

Browse files
Fix changed chart path in release script
1 parent 517445f commit 8c7a41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bump-app-version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99

1010
## make this script a bit more re-usable
1111
GIT_REPOSITORY="github.com/mittwald/kube-av.git"
12-
CHART_YAML="./deploy/chart/Chart.yaml"
12+
CHART_YAML="./deploy/helm-chart/kubeav/Chart.yaml"
1313

1414
## avoid noisy shellcheck warnings
1515
MODE="${1}"

0 commit comments

Comments
 (0)