diff --git a/charts/platform-api/Chart.yaml b/charts/platform-api/Chart.yaml index 74f7be0..b0ca5f5 100644 --- a/charts/platform-api/Chart.yaml +++ b/charts/platform-api/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 name: ushahidi-platform-api -version: 0.0.1-alpha.18 +version: 0.0.1-alpha.19 icon: https://github.ushahidi.org/helm-charts/icon.png diff --git a/charts/platform-api/templates/api-worker.yml b/charts/platform-api/templates/api-worker.yml index ceae302..13fe56d 100644 --- a/charts/platform-api/templates/api-worker.yml +++ b/charts/platform-api/templates/api-worker.yml @@ -173,9 +173,9 @@ spec: - name: PHP_EXEC_TIME_LIMIT value: {{ .Values.api.params.php_exec_time_limit | quote }} - name: PHP_UPLOAD_MAX_FILESIZE - value: {{ .Values.api.params.php_upload_max_filesize | quote }} + value: {{ .Values.api.params.upload_max_filesize | quote }} - name: PHP_POST_MAX_SIZE - value: {{ .Values.api.params.php_upload_max_filesize | quote }} + value: {{ .Values.api.params.upload_max_filesize | quote }} {{- if .Values.config.shared_secret }} - name: PLATFORM_SHARED_SECRET value: {{ .Values.config.shared_secret | quote }}