Skip to content

Commit 7bdc545

Browse files
committed
regenerate docs
1 parent dbfdfa5 commit 7bdc545

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

charts/pixelfed/README.md

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

3-
![Version: 0.14.4](https://img.shields.io/badge/Version-0.14.4-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.14.5](https://img.shields.io/badge/Version-0.14.5-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

@@ -50,7 +50,7 @@ A Helm chart for deploying Pixelfed on Kubernetes
5050
| externalValkey.scheme | string | `"tcp"` | |
5151
| extraContainers | list | `[]` | set sidecar containers to run along side the pixelfed container |
5252
| extraEnv | list | `[]` | template out extra environment variables |
53-
| extraEnvFrom | list | `[]` | template out extra environment variables e.g. ConfigMaps or Secrets |
53+
| extraEnvFrom | list | `[]` | template out extra environment variables e.g. from ConfigMaps or Secrets |
5454
| extraInitContainers | list | `[]` | set extra init containers |
5555
| extraVolumeMounts | list | `[]` | Additional volumeMounts on the output Deployment definition |
5656
| extraVolumes | list | `[]` | Additional volumes on the output Deployment definition |
@@ -185,6 +185,7 @@ A Helm chart for deploying Pixelfed on Kubernetes
185185
| postgresql.enabled | bool | `true` | enable the bundled [postgresql sub chart from Bitnami](https://github.com/bitnami/charts/blob/main/bitnami/postgresql/README.md#parameters). Must set to true if externalDatabase.enabled=false |
186186
| postgresql.fullnameOverride | string | `"postgresql"` | |
187187
| postgresql.global.storageClass | string | `""` | |
188+
| postgresql.volumePermissions.enabled | bool | `false` | If you get "mkdir: cannot create directory ‘/bitnami/postgresql/data’: Permission denied" error, set these (This often happens on setups like minikube) |
188189
| readinessProbe | object | `{}` | This is to setup the readiness probe more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ |
189190
| replicaCount | int | `1` | This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ |
190191
| resources | object | `{}` | set resource limits and requests for cpu, memory, and ephemeral storage |

0 commit comments

Comments
 (0)