Skip to content

Commit

Permalink
Merge pull request #12 from rmb938/uploadmanifests
Browse files Browse the repository at this point in the history
forgot to make crds
  • Loading branch information
rmb938 authored Sep 18, 2020
2 parents faa8a9d + 72b4078 commit 3f39f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f39f25

Please sign in to comment.