fix(fireflyiii): Actually render env on cronjob and revert port change (#1664)

This commit is contained in:
Stavros Kois 2022-01-09 01:25:28 +02:00 committed by GitHub
parent 53827ce625
commit 2fda558edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ name: fireflyiii
sources:
- https://github.com/firefly-iii/firefly-iii/
type: application
version: 13.1.11
version: 13.1.12
annotations:
truecharts.org/catagories: |
- finacial

View File

@ -47,7 +47,7 @@ spec:
image: "{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}"
args:
- curl
- "http://{{ $jobName }}.ix-{{ .Release.Name }}.svc.cluster.local:{{ .Values.service.main.ports.main.targetPort }}/api/v1/cron/$STATIC_CRON_TOKEN"
- "http://{{ $jobName }}.ix-{{ .Release.Name }}.svc.cluster.local:{{ .Values.service.main.ports.main.port }}/api/v1/cron/$(STATIC_CRON_TOKEN)"
resources:
{{ toYaml .Values.resources | indent 16 }}