From 9b1ea8716c7c0d575e9630eb61f09e6bdea5a990 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 20 Feb 2025 17:48:06 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20BREAKING=20update=20image=20dock?= =?UTF-8?q?er.io/fireflyiii/core=20version-6.1.25=20=E2=86=92=20version-6.?= =?UTF-8?q?2.7=20(#31520)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/fireflyiii/core](https://redirect.github.com/firefly-iii/docker) ([source](https://dev.azure.com/Firefly-III/_git/MainImage)) | minor | `8391c11` -> `adf01cd` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/fireflyiii/Chart.yaml | 4 ++-- charts/stable/fireflyiii/values.yaml | 15 ++++++++------- 2 files changed, 10 insertions(+), 9 deletions(-) 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: {}