fix(fireflyiii): Actually render env on cronjob and revert port change (#1664)
This commit is contained in:
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user