Skip to content

Commit

Permalink
sub dir for charts
Browse files Browse the repository at this point in the history
  • Loading branch information
dyllamt committed Feb 24, 2024
1 parent 7930e16 commit 80b6d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
# Update Chart.yaml version
sed -i "s/version: .*/version: $VERSION/" "$CHART_PATH/Chart.yaml"
# Package and push
CHART_REF="ghcr.io/dyllamt/$CHART_NAME:$VERSION"
CHART_REF="ghcr.io/dyllamt/charts/$CHART_NAME:$VERSION"
helm package $CHART_PATH --version $VERSION --app-version $VERSION
helm chart save $CHART_NAME-$VERSION.tgz $CHART_REF
helm chart push $CHART_REF
Expand All @@ -124,7 +124,7 @@ jobs:
IMAGE_TAG="ghcr.io/dyllamt/$CHART_NAME:$VERSION"
sed -i "s|image: .*|image: $IMAGE_TAG|" "$CHART_PATH/values.yaml"
# Package and push
CHART_REF="ghcr.io/dyllamt/$CHART_NAME:$VERSION"
CHART_REF="ghcr.io/dyllamt/charts/$CHART_NAME:$VERSION"
helm package $CHART_PATH --version $VERSION --app-version $VERSION
helm chart push $CHART_NAME-$VERSION.tgz $CHART_REF
Expand Down

0 comments on commit 80b6d97

Please sign in to comment.