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

This commit is contained in:
Stavros Kois
2022-01-09 00:25:28 +01:00
committed by GitHub
parent 53827ce625
commit 2fda558edf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ name: fireflyiii
sources: sources:
- https://github.com/firefly-iii/firefly-iii/ - https://github.com/firefly-iii/firefly-iii/
type: application type: application
version: 13.1.11 version: 13.1.12
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- finacial - finacial
@@ -47,7 +47,7 @@ spec:
image: "{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}" image: "{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}"
args: args:
- curl - 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: resources:
{{ toYaml .Values.resources | indent 16 }} {{ toYaml .Values.resources | indent 16 }}