Skip to content

Commit

Permalink
Chart name
Browse files Browse the repository at this point in the history
  • Loading branch information
andreev-io committed Jan 23, 2025
1 parent 2b49b18 commit 76379d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kubenetmon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ jobs:
for chart in .cr-release-packages/*.tgz; do
CHART_NAME=$(helm show chart $chart | grep '^name:' | awk '{print $2}')
CHART_VERSION=$(helm show chart $chart | grep '^version:' | awk '{print $2}')
helm push $chart oci://ghcr.io/clickhouse/kubenetmon/$CHART_NAME/charts
helm push $chart oci://ghcr.io/clickhouse/kubenetmon/charts
skopeo copy \
oci://ghcr.io/clickhouse/kubenetmon/$CHART_NAME/charts:$CHART_VERSION \
oci://ghcr.io/clickhouse/kubenetmon/$CHART_NAME/charts:latest
oci://ghcr.io/clickhouse/kubenetmon/charts/$CHART_NAME:$CHART_VERSION \
oci://ghcr.io/clickhouse/kubenetmon/charts/$CHART_NAME:latest
done

0 comments on commit 76379d8

Please sign in to comment.