From fa0b49cf2012bb28e651d49248fecf156e695c12 Mon Sep 17 00:00:00 2001 From: jessebot Date: Sun, 19 Jan 2025 14:00:09 +0100 Subject: [PATCH 1/2] fix can't give argument to non-function error --- charts/pixelfed/Chart.yaml | 2 +- charts/pixelfed/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/pixelfed/Chart.yaml b/charts/pixelfed/Chart.yaml index 64ad9ea..200b092 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.11.0 +version: 0.11.1 # This is the version number of the application being deployed. # renovate:image=ghcr.io/mattlqx/docker-pixelfed diff --git a/charts/pixelfed/templates/deployment.yaml b/charts/pixelfed/templates/deployment.yaml index ec0a4ae..f864415 100644 --- a/charts/pixelfed/templates/deployment.yaml +++ b/charts/pixelfed/templates/deployment.yaml @@ -249,7 +249,7 @@ spec: {{- end }} {{- range $key, $value := .Values.phpConfigs }} - name: phpconfig - mountPath: {{ "/usr/local/etc/php-fpm.d/%s" $key | quote }} + mountPath: {{ print "/usr/local/etc/php-fpm.d/%s" $key | quote }} subPath: {{ $key }} {{- end }} {{- end }}{{/* end volumeMounts */}} From 46b112eea20ea1f88d81953f984d92acad0e01e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Jan 2025 13:01:16 +0000 Subject: [PATCH 2/2] helm-docs: automated action --- charts/pixelfed/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/pixelfed/README.md b/charts/pixelfed/README.md index 4f7b41d..f02ef85 100644 --- a/charts/pixelfed/README.md +++ b/charts/pixelfed/README.md @@ -1,6 +1,6 @@ # pixelfed -![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) +![Version: 0.11.1](https://img.shields.io/badge/Version-0.11.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 @@ -199,4 +199,4 @@ A Helm chart for deploying Pixelfed on Kubernetes | valkey.tls.enabled | bool | `false` | | ---------------------------------------------- -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)