Skip to content

Commit

Permalink
Remove unused intermediate chart directories
Browse files Browse the repository at this point in the history
Removing some intermediate chart directories. We only need
tarballs in the chart repo.

Signed-off-by: Kiefer Chang <[email protected]>
  • Loading branch information
bk201 authored and guangbochen committed Jul 12, 2023
1 parent 1ec4b01 commit f2f0cd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/hack/patch-rancher-logging
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ patch_rancher_logging_chart()

# helm pack new
helm package rancher-logging
rm -rf rancher-logging
echo "finish patch ranch-logging chart"
cd $cwd
}
Expand Down
1 change: 1 addition & 0 deletions scripts/hack/patch-rancher-monitoring
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ patch_rancher_monitoring_chart()

# helm pack new
helm package rancher-monitoring
rm -rf rancher-monitoring
echo "finish patch ranch-monitoring chart"
cd $cwd
}
Expand Down
1 change: 1 addition & 0 deletions scripts/hack/patch-rancher-monitoring-crd
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ patch_rancher_monitoring_crd_chart()

# helm pack new
helm package rancher-monitoring-crd
rm -rf rancher-monitoring-crd
echo "finish patch ranch-monitoring-crd chart"
cd $cwd
}
Expand Down

0 comments on commit f2f0cd4

Please sign in to comment.