diff --git a/charts/pixelfed/Chart.yaml b/charts/pixelfed/Chart.yaml index 37bc5db..b50586f 100644 --- a/charts/pixelfed/Chart.yaml +++ b/charts/pixelfed/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.19.0 +version: 0.19.1 # This is the version number of the application being deployed. # renovate:image=ghcr.io/mattlqx/docker-pixelfed diff --git a/charts/pixelfed/README.md b/charts/pixelfed/README.md index ef38624..de9f919 100644 --- a/charts/pixelfed/README.md +++ b/charts/pixelfed/README.md @@ -1,6 +1,6 @@ # pixelfed -![Version: 0.19.0](https://img.shields.io/badge/Version-0.19.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.19.1](https://img.shields.io/badge/Version-0.19.1-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 @@ -114,7 +114,6 @@ A Helm chart for deploying Pixelfed on Kubernetes | pixelfed.exp_emc | bool | `true` | Experimental Configuration | | pixelfed.exp_loops | bool | `false` | exp loops (as in loops video? 🤷 | | pixelfed.filesystem.cloud | string | `"s3"` | Many applications store files both locally and in the cloud. For this reason, you may specify a default “cloud” driver here. This driver will be bound as the Cloud disk implementation in the container. | -| pixelfed.filesystem.driver | string | `"local"` | | | pixelfed.force_https_urls | bool | `true` | Force https url generation | | pixelfed.horizon.dark_mode | bool | `false` | darkmode for the web interface in the admin panel | | pixelfed.horizon.prefix | string | `"horizon-"` | prefix will be used when storing all Horizon data in Redis | @@ -236,5 +235,3 @@ A Helm chart for deploying Pixelfed on Kubernetes | valkey.tls.autoGenerated | bool | `false` | | | valkey.tls.enabled | bool | `false` | | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/charts/pixelfed/templates/configmap_env.yaml b/charts/pixelfed/templates/configmap_env.yaml index f3e6e7c..7051a9d 100644 --- a/charts/pixelfed/templates/configmap_env.yaml +++ b/charts/pixelfed/templates/configmap_env.yaml @@ -91,7 +91,6 @@ data: {{- end }} # filesystem - FILESYSTEM_DRIVER: {{ .Values.pixelfed.filesystem.driver }} FILESYSTEM_CLOUD: {{ .Values.pixelfed.filesystem.cloud }} MEDIA_DELETE_LOCAL_AFTER_CLOUD: {{ .Values.pixelfed.media_delete_local_after_cloud | quote }} diff --git a/charts/pixelfed/values.yaml b/charts/pixelfed/values.yaml index 906729a..37c1544 100644 --- a/charts/pixelfed/values.yaml +++ b/charts/pixelfed/values.yaml @@ -331,7 +331,6 @@ pixelfed: # For this reason, you may specify a default “cloud” driver here. # This driver will be bound as the Cloud disk implementation in the container. cloud: "s3" - driver: "local" covid: enable_label: true