diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index 88d587e15a6..69cd611e77c 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 6.1.25 +appVersion: 6.2.7 dependencies: - name: common version: 25.4.10 @@ -40,4 +40,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii - https://hub.docker.com/r/fireflyiii/core type: application -version: 27.12.2 +version: 28.0.0 diff --git a/charts/stable/fireflyiii/values.yaml b/charts/stable/fireflyiii/values.yaml index 5c5f8d9168b..6e865db8b17 100644 --- a/charts/stable/fireflyiii/values.yaml +++ b/charts/stable/fireflyiii/values.yaml @@ -1,13 +1,12 @@ image: repository: docker.io/fireflyiii/core pullPolicy: IfNotPresent - tag: version-6.1.25@sha256:8391c11f3260354a1feb48d1cf2cb822ad00db311efe2b21eccd7d5ee6bfe60a + tag: version-6.2.7@sha256:dc78dac2d3db78665e17c89f5075602ec8f7c84d10610a7888e633b83334a340 securityContext: container: readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 + runAsUser: 33 + runAsGroup: 33 workload: main: podSpec: @@ -15,11 +14,11 @@ workload: main: probes: liveness: - path: "/login" + path: "/healthcheck" readiness: - path: "/login" + path: "/healthcheck" startup: - path: "/login" + path: "/healthcheck" env: DB_USERNAME: "{{ .Values.cnpg.main.user }}" DB_DATABASE: "{{ .Values.cnpg.main.database }}" @@ -65,6 +64,8 @@ persistence: data: enabled: true mountPath: "/var/www/html/storage/upload" + varrun: + enabled: false cronjob: schedule: "0 3 * * *" annotations: {}