From 4385e5b1ab50e891d6f3de1a513b97feb03b6616 Mon Sep 17 00:00:00 2001 From: jessebot Date: Sun, 19 Jan 2025 19:44:55 +0100 Subject: [PATCH 1/2] fix horizon templating --- charts/pixelfed/Chart.yaml | 2 +- charts/pixelfed/templates/configmap_env.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/pixelfed/Chart.yaml b/charts/pixelfed/Chart.yaml index 4010d41..2835e2d 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.14.1 +version: 0.14.2 # This is the version number of the application being deployed. # renovate:image=ghcr.io/mattlqx/docker-pixelfed diff --git a/charts/pixelfed/templates/configmap_env.yaml b/charts/pixelfed/templates/configmap_env.yaml index e3b6390..33d98ec 100644 --- a/charts/pixelfed/templates/configmap_env.yaml +++ b/charts/pixelfed/templates/configmap_env.yaml @@ -86,7 +86,9 @@ data: # horizon HORIZON_PREFIX: {{ .Values.pixelfed.horizon.prefix | quote }} - HORIZON_DARKMODE: {{ .Values.pixelfed.horizon.darkmode | quote }} + {{- with .Values.pixelfed.horizon.darkmode }} + HORIZON_DARKMODE: {{ . | quote }} + {{- end }} # filesystem FILESYSTEM_DRIVER: {{ .Values.pixelfed.filesystem.driver }} From 8316ed6ac2d645b75c62c4854f1bf04e65eb911d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Jan 2025 18:45:30 +0000 Subject: [PATCH 2/2] helm-docs: automated action --- charts/pixelfed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pixelfed/README.md b/charts/pixelfed/README.md index 001fadd..c2d5bf0 100644 --- a/charts/pixelfed/README.md +++ b/charts/pixelfed/README.md @@ -1,6 +1,6 @@ # pixelfed -![Version: 0.14.1](https://img.shields.io/badge/Version-0.14.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) +![Version: 0.14.2](https://img.shields.io/badge/Version-0.14.2-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