chore: Auto-update chart README [skip ci]
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
# cloudflareddns
|
||||
|
||||
  
|
||||
|
||||
Update your Cloudflare DNS records using dynamically
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
||||
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/stable/cloudflareddns>
|
||||
|
||||
## Maintainers
|
||||
|
||||
| Name | Email | Url |
|
||||
| ---- | ------ | --- |
|
||||
| TrueCharts | info@truecharts.org | https://truecharts.org |
|
||||
|
||||
## Source Code
|
||||
|
||||
@@ -14,30 +21,42 @@ TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not gu
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.4 |
|
||||
|
||||
## Installing the Chart
|
||||
## Values
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env.CF_HOSTS | string | `"test.example.com;test.foobar.com;test2.foobar.com"` | |
|
||||
| env.CF_RECORDTYPES | string | `"A;A;AAAA"` | |
|
||||
| env.CF_USER | string | `"your.cf.email@example.com"` | |
|
||||
| env.CF_ZONES | string | `"example.com;foobar.com;foobar.com"` | |
|
||||
| env.DETECTION_MODE | string | `"{{ ternary .Values.env.DETECT_MODE .Values.env.DETECT_OVERRIDE (eq .Values.env.DETECT_OVERRIDE \"\") }}"` | |
|
||||
| env.DETECT_MODE | string | `"dig-whoami.cloudflare"` | |
|
||||
| env.DETECT_OVERRIDE | string | `""` | |
|
||||
| env.INTERVAL | int | `300` | |
|
||||
| env.LOG_LEVEL | int | `3` | |
|
||||
| env.cloudflareddns | string | `""` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/cloudflareddns"` | |
|
||||
| image.tag | string | `"latest@sha256:21393f2edec6838dde0e1db48e37a976bdf26f991d775057e95480e6983d4a6e"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.varrun.enabled | bool | `true` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| probes.liveness.enabled | bool | `false` | |
|
||||
| probes.readiness.enabled | bool | `false` | |
|
||||
| probes.startup.enabled | bool | `false` | |
|
||||
| secretEnv.CF_APIKEY | string | `""` | |
|
||||
| secretEnv.CF_APITOKEN | string | `""` | |
|
||||
| secretEnv.CF_APITOKEN_ZONE | string | `""` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.enabled | bool | `false` | |
|
||||
| service.main.ports.main.enabled | bool | `false` | |
|
||||
|
||||
## Upgrading, Rolling Back and Uninstalling the Chart
|
||||
|
||||
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
|
||||
|
||||
##### Connecting to other apps
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)
|
||||
|
||||
Reference in New Issue
Block a user