diff --git a/.github/workflows/push_tag.yml b/.github/workflows/push_tag.yml index d79e94f..99c9c07 100644 --- a/.github/workflows/push_tag.yml +++ b/.github/workflows/push_tag.yml @@ -44,6 +44,7 @@ jobs: env: TAG: ${{ github.event.release.tag_name }} run: | + make helm-crds helm package --app-version=$TAG --version=$TAG deploy/charts/hostport-allocator -d ./bin/ cp deploy/manifests/01-namespace.yaml bin/hostport-allocator.yaml helm template ./bin/hostport-allocator-$TAG.tgz -f deploy/manifests/helm-values.yaml --namespace hostport-allocator >> bin/hostport-allocator.yaml