Skip to content

Commit

Permalink
Create crds in GoReleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
thardeck committed Jul 7, 2024
1 parent 20db256 commit 22a2154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-gitjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
-e "s/tag:.*/tag: $tag/" \
chart/values.yaml
go run pkg/crdgen/main.go > chart/templates/crds.yaml
helm package --version="$version" --app-version="$version" -d ./dist ./chart
for f in $(find dist/ -name '*.tgz'); do
Expand Down

0 comments on commit 22a2154

Please sign in to comment.