We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed466f0 commit c06b3c6Copy full SHA for c06b3c6
1 file changed
.github/workflows/helm-charts.yaml
@@ -53,6 +53,8 @@ jobs:
53
echo "Restoring Helm2 Chart and replace Helm3 Chart temporary"
54
[ ! -f helm2.requirements.lock ] || mv helm2.requirements.lock requirements.lock
55
[ ! -f helm2.requirements.yaml ] || mv helm2.requirements.yaml requirements.yaml
56
+ # Removing packaged Helm3 chart version build in the previous step
57
+ rm *.tgz
58
echo "Processing Helm2 Chart in $dir"
59
helm package --version $RELEASE_VERSION .
60
NAME=$(yq read - name < Chart.yaml)
0 commit comments