diff --git a/charts/pixelfed/README.md b/charts/pixelfed/README.md index 72ae678..4f7b41d 100644 --- a/charts/pixelfed/README.md +++ b/charts/pixelfed/README.md @@ -1,6 +1,6 @@ # pixelfed -![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) +![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) A Helm chart for deploying Pixelfed on Kubernetes @@ -52,6 +52,8 @@ A Helm chart for deploying Pixelfed on Kubernetes | extraEnv | list | `[]` | template out extra environment variables from ConfigMaps or Secrets | | extraEnvFrom | list | `[]` | template out extra enviornment variables | | extraInitContainers | list | `[]` | set extra init containers | +| extraVolumeMounts | list | `[]` | Additional volumeMounts on the output Deployment definition | +| extraVolumes | list | `[]` | Additional volumes on the output Deployment definition | | fullnameOverride | string | `""` | This is to override the chart name, but used in more places | | image.pullPolicy | string | `"IfNotPresent"` | This sets the pull policy for images. | | image.registry | string | `"ghcr.io"` | | @@ -68,6 +70,7 @@ A Helm chart for deploying Pixelfed on Kubernetes | 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/ | | nameOverride | string | `""` | This is to override the chart name. | | nodeSelector | object | `{}` | put the pixelfed pod on a specific node/nodegroup | +| phpConfigs | object | `{}` | PHP Configuration files Will be injected in /usr/local/etc/php-fpm.d | | pixelfed.account_deletion | bool | `true` | Enable account deletion (may be a requirement in some jurisdictions) | | pixelfed.activity_pub.enabled | bool | `false` | enable ActivityPub | | pixelfed.activity_pub.inbox | bool | `false` | | @@ -194,8 +197,6 @@ A Helm chart for deploying Pixelfed on Kubernetes | valkey.tls.authClients | bool | `true` | | | valkey.tls.autoGenerated | bool | `false` | | | valkey.tls.enabled | bool | `false` | | -| volumeMounts | list | `[]` | Additional volumeMounts on the output Deployment definition. | -| volumes | list | `[]` | Additional volumes on the output Deployment definition. | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)