chore: Auto-update chart README [skip ci]
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# anonaddy
|
# anonaddy
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Anonaddy: Anonymous email forwarding
|
Anonaddy: Anonymous email forwarding
|
||||||
|
|
||||||
@@ -81,9 +81,10 @@ N/A
|
|||||||
| env.ANONADDY_DOMAIN | string | `"chart-example.local"` | Root domain to receive email from |
|
| env.ANONADDY_DOMAIN | string | `"chart-example.local"` | Root domain to receive email from |
|
||||||
| env.ANONADDY_SECRET | string | `nil` | Long random string used when hashing data for the anonymous replies |
|
| env.ANONADDY_SECRET | string | `nil` | Long random string used when hashing data for the anonymous replies |
|
||||||
| env.APP_KEY | string | `nil` | Application key for encrypter service You can generate one through `anonaddy key:generate --show` or `echo "base64:$(openssl rand -base64 32)"` |
|
| env.APP_KEY | string | `nil` | Application key for encrypter service You can generate one through `anonaddy key:generate --show` or `echo "base64:$(openssl rand -base64 32)"` |
|
||||||
|
| env.DB_HOST | string | `nil` | MySQL database hostname / IP address |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||||
| image.repository | string | `"anonaddy/anonaddy"` | image repository |
|
| image.repository | string | `"anonaddy/anonaddy"` | image repository |
|
||||||
| image.tag | string | `"0.8.4"` | image tag |
|
| image.tag | string | chart.appVersion | image tag |
|
||||||
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
||||||
| mariadb.enabled | bool | `false` | |
|
| mariadb.enabled | bool | `false` | |
|
||||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||||
@@ -93,7 +94,7 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 4.1.0
|
### Version 5.0.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
@@ -101,7 +102,7 @@ N/A
|
|||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Upgraded `redis` chart dependency to version 16.13.1
|
* Updated App Version to 0.12.3
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user