Skip to content

Commit 2250a1c

Browse files
helm-docs: automated action
1 parent 967acbd commit 2250a1c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

charts/pixelfed/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pixelfed
22

3-
![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.4-nginx](https://img.shields.io/badge/AppVersion-v0.12.4--nginx-informational?style=flat-square)
3+
![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.4-nginx](https://img.shields.io/badge/AppVersion-v0.12.4--nginx-informational?style=flat-square)
44

55
A Helm chart for deploying Pixelfed on Kubernetes
66

@@ -52,6 +52,8 @@ A Helm chart for deploying Pixelfed on Kubernetes
5252
| extraEnv | list | `[]` | template out extra environment variables from ConfigMaps or Secrets |
5353
| extraEnvFrom | list | `[]` | template out extra enviornment variables |
5454
| extraInitContainers | list | `[]` | set extra init containers |
55+
| extraVolumeMounts | list | `[]` | Additional volumeMounts on the output Deployment definition |
56+
| extraVolumes | list | `[]` | Additional volumes on the output Deployment definition |
5557
| fullnameOverride | string | `""` | This is to override the chart name, but used in more places |
5658
| image.pullPolicy | string | `"IfNotPresent"` | This sets the pull policy for images. |
5759
| image.registry | string | `"ghcr.io"` | |
@@ -68,6 +70,7 @@ A Helm chart for deploying Pixelfed on Kubernetes
6870
| livenessProbe | object | `{}` | This is to setup the liveness probe more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ |
6971
| nameOverride | string | `""` | This is to override the chart name. |
7072
| nodeSelector | object | `{}` | put the pixelfed pod on a specific node/nodegroup |
73+
| phpConfigs | object | `{}` | PHP Configuration files Will be injected in /usr/local/etc/php-fpm.d |
7174
| pixelfed.account_deletion | bool | `true` | Enable account deletion (may be a requirement in some jurisdictions) |
7275
| pixelfed.activity_pub.enabled | bool | `false` | enable ActivityPub |
7376
| pixelfed.activity_pub.inbox | bool | `false` | |
@@ -194,8 +197,6 @@ A Helm chart for deploying Pixelfed on Kubernetes
194197
| valkey.tls.authClients | bool | `true` | |
195198
| valkey.tls.autoGenerated | bool | `false` | |
196199
| valkey.tls.enabled | bool | `false` | |
197-
| volumeMounts | list | `[]` | Additional volumeMounts on the output Deployment definition. |
198-
| volumes | list | `[]` | Additional volumes on the output Deployment definition. |
199200

200201
----------------------------------------------
201202
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

0 commit comments

Comments
 (0)