Skip to content

Change push script to use oci #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 0 additions & 112 deletions .drone.yml

This file was deleted.

54 changes: 0 additions & 54 deletions push_and_tag.sh

This file was deleted.

2 changes: 1 addition & 1 deletion upload_helm_charts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ do
CHART=$(grep ^name ./$filename/Chart.yaml | awk '{print $2}' | tr -d '\n')
helm dependency build ./$filename
helm package $filename --version $VERSION
helm cm-push $CHART-$VERSION.tgz harbor --force
helm push $CHART-$VERSION.tgz oci://harbor.devops.indico.io/indico-charts
fi
done