Skip to content

Commit

Permalink
Fix changed chart path in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Aug 12, 2020
1 parent 517445f commit 8c7a41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump-app-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

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

## avoid noisy shellcheck warnings
MODE="${1}"
Expand Down

0 comments on commit 8c7a41e

Please sign in to comment.