bump chart version and regenerate docs
This commit is contained in:
+15
-14
@@ -1,6 +1,6 @@
|
||||
# pixelfed
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
A Helm chart for deploying Pixelfed on Kubernetes
|
||||
|
||||
@@ -171,23 +171,24 @@ A Helm chart for deploying Pixelfed on Kubernetes
|
||||
| valkey.auth.enabled | bool | `true` | |
|
||||
| valkey.auth.existingSecret | string | `""` | |
|
||||
| valkey.auth.existingSecretPasswordKey | string | `"password"` | |
|
||||
| valkey.auth.metrics.enabled | bool | `false` | |
|
||||
| valkey.auth.persistentVolumeClaimRetentionPolicy.enabled | bool | `true` | |
|
||||
| valkey.auth.persistentVolumeClaimRetentionPolicy.whenDeleted | string | `"Retain"` | |
|
||||
| valkey.auth.persistentVolumeClaimRetentionPolicy.whenScaled | string | `"Retain"` | |
|
||||
| valkey.auth.primary.persistence.enabled | bool | `true` | |
|
||||
| valkey.auth.primary.persistence.existingClaim | string | `""` | |
|
||||
| valkey.auth.replica.persistence.enabled | bool | `true` | |
|
||||
| valkey.auth.replica.persistence.existingClaim | string | `""` | |
|
||||
| valkey.auth.resourcesPreset | string | `"small"` | |
|
||||
| valkey.auth.tls.authClients | bool | `true` | |
|
||||
| valkey.auth.tls.autoGenerated | bool | `false` | |
|
||||
| valkey.auth.tls.enabled | bool | `false` | |
|
||||
| valkey.enabled | bool | `true` | enable the bundled valkey sub chart from Bitnami. Must set to true if externalValkey.enabled=false |
|
||||
| valkey.fullnameOverride | string | `"valkey"` | |
|
||||
| valkey.global.storageClass | string | `""` | |
|
||||
| valkey.metrics.enabled | bool | `false` | we use a grafana exporter that logs into valkey directly, but you can enable this if you don't use that |
|
||||
| valkey.persistentVolumeClaimRetentionPolicy.enabled | bool | `true` | |
|
||||
| valkey.persistentVolumeClaimRetentionPolicy.whenDeleted | string | `"Retain"` | |
|
||||
| valkey.persistentVolumeClaimRetentionPolicy.whenScaled | string | `"Retain"` | |
|
||||
| valkey.primary.disableCommands | list | `["FLUSHALL"]` | Laravel requires the ability to call FLUSHDB, which is disabled by default |
|
||||
| valkey.primary.persistence.enabled | bool | `true` | |
|
||||
| valkey.primary.persistence.existingClaim | string | `""` | |
|
||||
| valkey.replica.persistence.enabled | bool | `true` | |
|
||||
| valkey.replica.persistence.existingClaim | string | `""` | |
|
||||
| valkey.resourcesPreset | string | `"small"` | definitions: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15 Options: nano, micro, small, medium, large, xlarge, 2xlarge default: nano |
|
||||
| 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)
|
||||
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
|
||||
|
||||
Reference in New Issue
Block a user