Skip to content

Commit e2b8a75

Browse files
authored
Merge pull request #26 from small-hack/fix-nonargument-issue
fix can't give argument to non-function error
2 parents 7480657 + 46b112e commit e2b8a75

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/pixelfed/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.11.0
18+
version: 0.11.1
1919

2020
# This is the version number of the application being deployed.
2121
# renovate:image=ghcr.io/mattlqx/docker-pixelfed

charts/pixelfed/README.md

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

3-
![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)
3+
![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)
44

55
A Helm chart for deploying Pixelfed on Kubernetes
66

@@ -199,4 +199,4 @@ A Helm chart for deploying Pixelfed on Kubernetes
199199
| valkey.tls.enabled | bool | `false` | |
200200

201201
----------------------------------------------
202-
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
202+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

charts/pixelfed/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ spec:
249249
{{- end }}
250250
{{- range $key, $value := .Values.phpConfigs }}
251251
- name: phpconfig
252-
mountPath: {{ "/usr/local/etc/php-fpm.d/%s" $key | quote }}
252+
mountPath: {{ print "/usr/local/etc/php-fpm.d/%s" $key | quote }}
253253
subPath: {{ $key }}
254254
{{- end }}
255255
{{- end }}{{/* end volumeMounts */}}

0 commit comments

Comments
 (0)