mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
fixing command case typo
This commit is contained in:
parent
5f077e840b
commit
950e912b1e
@ -66,8 +66,8 @@ find_latest_tag() {
|
|||||||
|
|
||||||
package_chart() {
|
package_chart() {
|
||||||
local chart="$1"
|
local chart="$1"
|
||||||
Helm dependency build "$chart"
|
helm dependency build "$chart"
|
||||||
Helm package "$chart" --destination .deploy
|
helm package "$chart" --destination .deploy
|
||||||
}
|
}
|
||||||
|
|
||||||
release_charts() {
|
release_charts() {
|
||||||
|
Loading…
Reference in New Issue
Block a user