Skip to content

Commit

Permalink
fix chart name
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf committed Dec 18, 2024
1 parent 3da7e58 commit 39da214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: |
echo ${{ secrets.GITHUB_TOKEN }} | helm registry login -u twingate --password-stdin $REGISTRY
helm package deploy/twingate-operator --version $CHART_VERSION --app-version $APP_VERSION
helm push kubernetes-operator-chart-$CHART_VERSION.tgz oci://$REGISTRY/twingate/charts
helm push twingate-operator-$CHART_VERSION.tgz oci://$REGISTRY/twingate/charts
# release_prod:
# name: Release PROD
Expand Down

0 comments on commit 39da214

Please sign in to comment.