Skip to content

Commit

Permalink
Merge pull request #1 from ddymko/release-v0.1.0
Browse files Browse the repository at this point in the history
release for v0.1.0
  • Loading branch information
ddymko authored Apr 20, 2021
2 parents 80ec9c6 + e0e15dc commit 439df11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notify-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Pull Request Notification
steps:
- run: |
echo "{\"text\":\"GoVultr : PR https://github.com/vultr/cert-manager-webhook-vultr/pull/${{ github.event.number }} \"}" > mattermost.json
echo "{\"text\":\"Cert Manager : PR https://github.com/vultr/cert-manager-webhook-vultr/pull/${{ github.event.number }} \"}" > mattermost.json
- uses: mattermost/action-mattermost-notify@master
env:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Change Log

## [v0.1.0](https://github.com/vultr/cert-manager-webhook-vultr) (2021-04-20)
Initial Release
2 changes: 1 addition & 1 deletion deploy/cert-manager-webhook-vultr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certManager:

image:
repository: vultr/cert-manager-webhook-vultr
tag: latest
tag: v0.1.0
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 439df11

Please sign in to comment.