Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Morejón authored Jul 3, 2021
2 parents cd47590 + 7d739a4 commit 2c3477e
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
7 changes: 6 additions & 1 deletion charts/webhook/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ apiVersion: v2
name: webhook
description: A Helm chart for the webhook service
type: application
version: 0.1.0
version: 0.1.1
appVersion: "v0.2.1"
icon: https://www.sngular.com/wp-content/uploads/2021/06/SNGULAR.svg
home: https://github.com/sngular/gitops-webhook
sources:
- https://github.com/sngular/gitops-webhook
kubeVersion: ">=1.19.0-0"
maintainers:
- email: manuel.morejon@users.noreply.github.com
name: mmorejon
Expand Down
21 changes: 21 additions & 0 deletions charts/webhook/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 Sngular

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
12 changes: 11 additions & 1 deletion charts/webhook/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
# webhook

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.1](https://img.shields.io/badge/AppVersion-v0.2.1-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.1](https://img.shields.io/badge/AppVersion-v0.2.1-informational?style=flat-square)

A Helm chart for the webhook service

**Homepage:** <https://github.com/sngular/gitops-webhook>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| mmorejon | manuel.morejon@users.noreply.github.com | |
| enribd | enrique.benito@users.noreply.github.com | |

## Source Code

* <https://github.com/sngular/gitops-webhook>

## Requirements

Kubernetes: `>=1.19.0-0`

## Values

| Key | Type | Default | Description |
Expand Down

0 comments on commit 2c3477e

Please sign in to comment.