Remove save flag from package command (#14)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
@@ -197,7 +197,7 @@ package_chart() {
|
|||||||
local chart="$1"
|
local chart="$1"
|
||||||
|
|
||||||
echo "Packaging chart '$chart'..."
|
echo "Packaging chart '$chart'..."
|
||||||
helm package "$chart" --destination .cr-release-packages --dependency-update --save=false
|
helm package "$chart" --destination .cr-release-packages --dependency-update
|
||||||
}
|
}
|
||||||
|
|
||||||
release_charts() {
|
release_charts() {
|
||||||
|
|||||||
Reference in New Issue
Block a user