Skip to content

Commit

Permalink
chore: Auto-update chart README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
geek-cookbook[bot] committed Jun 11, 2023
1 parent 9e557a6 commit 71e1144
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions charts/stable/webhook-receiver/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# webhook-receiver

![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: v0.23.0](https://img.shields.io/badge/AppVersion-v0.23.0-informational?style=flat-square)
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square)

webhook-receiver monitors IRC announce channels to get releases as soon as they are available with good filtering

Expand Down Expand Up @@ -72,30 +72,31 @@ N/A

## Values

**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/geek-cookbook/library-charts/tree/main/charts/stable/common)
**Important**: When deploying an application Helm chart you can add more values from the common library chart [here](https://github.com/geek-cookbook/library-charts/tree/main/charts/stable/common)

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| config | string | `"# config.toml\n\n# Hostname / IP\n#\n# Default: \"localhost\"\n#\nhost = \"0.0.0.0\"\n\n# Port\n#\n# Default: 7474\n#\nport = 7474\n\n# Base url\n# Set custom baseUrl eg /webhook-receiver/ to serve in subdirectory.\n# Not needed for subdomain, or by accessing with the :port directly.\n#\n# Optional\n#\n#baseUrl = \"/webhook-receiver/\"\n\n# webhook-receiver logs file\n# If not defined, logs to stdout\n#\n# Optional\n#\n#logPath = \"log/webhook-receiver.log\"\n\n# Log level\n#\n# Default: \"DEBUG\"\n#\n# Options: \"ERROR\", \"DEBUG\", \"INFO\", \"WARN\"\n#\nlogLevel = \"INFO\"\n\n# Session secret\n#\nsessionSecret = \"secret-session-key\"\n\n# Custom definitions\n#\n#customDefinitions = \"test/definitions\"\n"` | |
| config | string | `"id: date \nexecute-command: /usr/bin/date\nresponse-message: Online\ninclude-command-output-in-response: true\n"` | |
| env | object | See below | environment variables. See [image docs](https://docs.geek-cookbook.com/our-container-images/configuration/) for more details. |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/webhook-receiver/webhook-receiver"` | image repository |
| image.repository | string | `"ghcr.io/geek-cookbook/webhook-receiver"` | image repository |
| image.tag | string | `nil` | |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. |

## Changelog

### Version 1.1.2
### Version 0.0.1

#### Added

N/A

#### Changed

* Updated appVersion to v1.10.0
* Upgraded `common` chart dependency to version 4.5.2

#### Fixed
Expand All @@ -108,10 +109,9 @@ A historical overview of changes can be found on [ArtifactHUB](https://artifacth

## Support

- See the [Docs](https://geek-cookbook.funkypenguin.co.nz/)
- Open an [issue](https://github.com/geek-cookbook/charts/issues/new/choose)
- Ask a [question](https://github.com/geek-cookbook/organization/discussions)
- Join our [Discord](http://chat.funkypenguin.co.nz) community
- Basic support requests start [here](https://geek-cookbook.funkypenguin.co.nz/support/).
- Bugs or feature requests should be opened in an [issue](https://github.com/geek-cookbook/charts/issues/new/choose).
- Questions or comments should be discussed in either our [Discord](http://chat.funkypenguin.co.nz) or [Forum](https://forum.funkypenguin.co.nz)

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/geek-cookbook/helm-docs/releases/v0.1.1)
Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)

0 comments on commit 71e1144

Please sign in to comment.