Skip to content

Commit fa0b49c

Browse files
committed
fix can't give argument to non-function error
1 parent 7480657 commit fa0b49c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/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)