Skip to content

Commit 936162d

Browse files
authored
Change push script to use oci (#11)
1 parent 4785f95 commit 936162d

File tree

3 files changed

+1
-167
lines changed

3 files changed

+1
-167
lines changed

‎.drone.yml‎

Lines changed: 0 additions & 112 deletions
This file was deleted.

‎push_and_tag.sh‎

Lines changed: 0 additions & 54 deletions
This file was deleted.

‎upload_helm_charts.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ do
1212
CHART=$(grep ^name ./$filename/Chart.yaml | awk '{print $2}'| tr -d '\n')
1313
helm dependency build ./$filename
1414
helm package $filename --version $VERSION
15-
helm cm-push $CHART-$VERSION.tgz harbor --force
15+
helm push $CHART-$VERSION.tgz oci://harbor.devops.indico.io/indico-charts
1616
fi
1717
done

0 commit comments

Comments
(0)