Compare commits

..

No commits in common. "main" and "v2.3.0" have entirely different histories.
main ... v2.3.0

2 changed files with 4 additions and 4 deletions

View file

@ -4,8 +4,8 @@ name: basic-web-app
PullName: basic-app-puller
description: A basic Helm chart to have PHP webapps in Kubernetes. It supports webhook for pulling from gitea
type: application
version: 2.3.1
appVersion: "2.3.1"
version: 2.3.0
appVersion: "2.3.0"
dependencies:
- name: postgresql

View file

@ -66,9 +66,9 @@ spec:
- name: {{ .name }}
mountPath: {{ .path }}
{{- end}}
{{- range .Values.extraPhpIni }}
{{- range .Value.extraPhpIni }}
- name: php-config
mountPath: {{ printf "/usr/local/etc/php/conf.d/%s" .conf }}
mountPath: {{ printf "/usr/local/etc/php/conf.d/%s .conf }}
readOnly: true
subPath: {{ .key }}
{{- end}}