We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4785f95 commit 936162dCopy full SHA for 936162d
.drone.yml
push_and_tag.sh
upload_helm_charts.sh
@@ -12,6 +12,6 @@ do
12
CHART=$(grep ^name ./$filename/Chart.yaml | awk '{print $2}'| tr -d '\n')
13
helm dependency build ./$filename
14
helm package $filename --version $VERSION
15
- helm cm-push $CHART-$VERSION.tgz harbor --force
+ helm push $CHART-$VERSION.tgz oci://harbor.devops.indico.io/indico-charts
16
fi
17
done
0 commit comments