https://github.com/webhookrelay/webhook-demo
https://github.com/webhookrelay/webhook-demo
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webhookrelay/webhook-demo
- Owner: webhookrelay
- License: mit
- Created: 2017-02-21T21:07:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T20:09:51.000Z (over 4 years ago)
- Last Synced: 2024-06-20T15:57:35.253Z (about 2 years ago)
- Language: Go
- Size: 14.6 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webhook-demo
This is a sample application to demonstrate public webhook relay to internal services
## Helm upgrade path
```
helm install --name=whd -f webhookdemo/values.yaml ./webhookdemo
```
```
helm upgrade whd ./webhookdemo --reuse-values --set image.tag=0.0.11
```
Delete it:
```
helm delete whd
```